DataInputStream

Undocumented in source.
struct DataInputStream (
BaseStream
) if (
isByteInputStream!BaseStream
) {}

Constructors

this
this(BaseStream stream)
Undocumented in source.

Members

Functions

read
int read(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
read
DataType read()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta