Click or drag to resize

BufferReaderReadInt16 Method (Endian)

Reads a 16bit signed integer at the current position in the buffer.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
public short ReadInt16(
	Endian endian
)

Parameters

endian
Type: Demo3D.IOEndian
The encoding of the data in the buffer.

Return Value

Type: Int16
The value read.

Implements

IDataReaderReadInt16(Endian)
See Also