DataOutputStream

Undocumented in source.
struct DataOutputStream (
BaseStream
) if (
isByteOutputStream!BaseStream
) {}

Constructors

this
this(BaseStream stream)
Undocumented in source.

Members

Functions

write
int write(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta