dataOutputStreamFor

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

dataOutputStreamFor
(
S
)
(
ref S stream
)

Parameters

stream S

The stream to wrap in a data output stream.

Return Value

Type: DataOutputStream!S

The data output stream.

Meta