LittleEndian Class |
Namespace: Demo3D.IO
public static class LittleEndian
The LittleEndian type exposes the following members.
| Name | Description | |
|---|---|---|
| ReadBit |
Decodes a single bit from the data buffer.
| |
| ReadInt16 |
Decodes a 16bit signed integer from the data buffer.
| |
| ReadInt32 |
Decodes a 32bit signed integer from the data buffer.
| |
| ReadInt64 |
Decodes a 64bit signed integer from the data buffer.
| |
| ReadUInt16 |
Decodes a 16bit unsigned integer from the data buffer.
| |
| ReadUInt32 |
Decodes a 32bit unsigned integer from the data buffer.
| |
| ReadUInt64 |
Decodes a 64bit unsigned integer from the data buffer.
| |
| WriteBit |
Encodes a single bit into the data buffer.
| |
| WriteInt16 |
Encodes a 16bit signed integer into the data buffer.
| |
| WriteInt32 |
Encodes a 32bit signed integer into the data buffer.
| |
| WriteInt64 |
Encodes a 64bit signed integer into the data buffer.
| |
| WriteUInt16 |
Encodes a 16bit unsigned integer into the data buffer.
| |
| WriteUInt32 |
Encodes a 32bit unsigned integer into the data buffer.
| |
| WriteUInt64 |
Encodes a 64bit unsigned integer into the data buffer.
|