dataOutputStreamFor

Creates and returns a data output stream that's wrapped around the given byte output stream.

Parameters

stream S

The stream to wrap in a data output stream.

endianness Endianness

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

Return Value

Type: DataOutputStream!S

The data output stream.

Meta