dataInputStreamFor

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

dataInputStreamFor
(
S
)
(
ref S stream
)

Parameters

stream S

The stream to wrap in a data input stream.

Return Value

Type: DataInputStream!S

The data input stream.

Meta