DataOutputStream.this

Constructs the data output stream so it will write to the given stream.

struct DataOutputStream(S)
this

Parameters

stream S

The stream to write to.

endianness Endianness

The byte order of the resource we're writing to. Defaults to the system byte order.

Meta