Element | Package and Description |
WmPublic. Converts a byte[ ] to java.io.ByteArrayInputStream. | |
WmPublic. Closes an InputStream or a reader object and releases the resources. | |
WmPublic. Creates a byte array of the specified length. | |
WmPublic. Marks the current position in the InputStream or reader object. | |
WmPublic. Enables you to test whether your InputStream or reader object supports the mark and reset operations. | |
WmPublic. Reads a specified number of bytes from the InputStream and stores them into a buffer. | |
WmPublic. Reads the data from a reader object and returns the contents as a string. | |
WmPublic. Reads the data from a reader object and converts it to a string. | |
WmPublic. Repositions the InputStream or the reader object to the position at the time the pub.io:mark service was last invoked on the stream. | |
WmPublic. Skips over and discards the specified number of bytes or characters from the input stream or a reader object. | |
WmPublic. Creates a byte[ ] from data that is read from an InputStream. | |
WmPublic. Converts a java.io.InputStream to a java.io.Reader object. | |
WmPublic. Creates a string from data that is read from an InputStream. | |
WmPublic. Converts a string object to a java.io.StringReader object. | |
WmPublic. Converts a string to a byte stream. |