DataInputStream.this

Constructs a data input stream that reads from a given underlying byte input stream.

struct DataInputStream(S)
this

Parameters

stream S

The stream to read from.

endianness Endianness

The byte order of the resource that this stream is reading from. Defaults to the system byte order.

Meta