DataInputStream
A DataInputStream is a InputStream that can read data from a InputStream
Since
0.1.0
Parameters
The InputStream to read from
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.
Tests if this input stream supports the mark and reset methods.
Reads the next byte of data from the input stream.
Reads some number of bytes from the input stream and stores them into the buffer array.
Reads up to len bytes of data from the input stream into an array of bytes.
Reads a single double from the InputStream.
Returns the number of bytes that can be read (or skipped over) from this input stream without
Reads a single boolean from the InputStream.
Reads a single unsigned int from the InputStream.
Reads a single unsigned long from the InputStream.
Reads a single unsigned short from the InputStream.