BinaryStream.read

Reads the next value from the stream of type T.

Parameters

T

The type of data to be read.

Return Value

Type: T

The value read from the stream.

Meta