Endian Class |
public abstract class Endian
The Endian type exposes the following members.
| Name | Description | |
|---|---|---|
| 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. | |
| 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. |
| Name | Description | |
|---|---|---|
| Big | Encodes and decodes simple data types in the big endian format. | |
| Little | Encodes and decodes simple data types in the little endian format. |