Click or drag to resize

Endian Methods

The Endian type exposes the following members.

Methods
  NameDescription
Public methodReadInt16
Decodes a 16bit signed integer from the data buffer.
Public methodReadInt32
Decodes a 32bit signed integer from the data buffer.
Public methodReadInt64
Decodes a 64bit signed integer from the data buffer.
Public methodReadUInt16
Decodes a 16bit unsigned integer from the data buffer.
Public methodReadUInt32
Decodes a 32bit unsigned integer from the data buffer.
Public methodReadUInt64
Decodes a 64bit unsigned integer from the data buffer.
Public methodWriteInt16
Encodes a 16bit signed integer into the data buffer.
Public methodWriteInt32
Encodes a 32bit signed integer into the data buffer.
Public methodWriteInt64
Encodes a 64bit signed integer into the data buffer.
Public methodWriteUInt16
Encodes a 16bit unsigned integer into the data buffer.
Public methodWriteUInt32
Encodes a 32bit unsigned integer into the data buffer.
Public methodWriteUInt64
Encodes a 64bit unsigned integer into the data buffer.
Top
See Also