ByteArrayInputStream
A ByteArrayInputStream is an InputStream that reads from a ByteArray
Since
0.1.0
Parameters
The ByteArray to read from
See also
Properties
Returns a BufferedInputStream that reads from this input stream.
Returns a CountingInputStream that reads from this input stream.
Returns a DataInputStream that reads from this input stream.
Returns a BufferedInputStream that reads from this input stream.
Functions
Returns a BufferedInputStream that reads from this input stream.
Returns a CountingInputStream that reads from this input stream.
Returns a DataInputStream that reads from this input stream.
Returns the number of bytes that can be read from the ByteArrayInputStream
Closes the ByteArrayInputStream
Marks the current position in the ByteArrayInputStream
Returns if the ByteArrayInputStream supports marking
Reads a single byte from the ByteArrayInputStream
Reads bytes from the ByteArrayInputStream into a ByteArray
Reads some number of bytes from the input stream and stores them into the buffer array b.
Returns the number of bytes that can be read (or skipped over) from this input stream without
Resets the ByteArrayInputStream to the last mark
Skips bytes in the ByteArrayInputStream
Returns a string representation of the ByteArrayInputStream