ByteConverterLittle Class |
Namespace: Syroot.BinaryData
The ByteConverterLittle type exposes the following members.
Name | Description | |
---|---|---|
![]() | ByteConverterLittle | Initializes a new instance of the ByteConverterLittle class |
Name | Description | |
---|---|---|
![]() | Endian |
Gets the Endian in which data is stored as converted by this instance.
(Overrides ByteConverterEndian.) |
Name | Description | |
---|---|---|
![]() | GetBytes(Double, Byte, Int32) |
Stores the specified Double value as bytes in the given buffer.
(Overrides ByteConverterGetBytes(Double, Byte, Int32).) |
![]() | GetBytes(Int16, Byte, Int32) |
Stores the specified Int16 value as bytes in the given buffer.
(Overrides ByteConverterGetBytes(Int16, Byte, Int32).) |
![]() | GetBytes(Int32, Byte, Int32) |
Stores the specified Int32 value as bytes in the given buffer.
(Overrides ByteConverterGetBytes(Int32, Byte, Int32).) |
![]() | GetBytes(Int64, Byte, Int32) |
Stores the specified Int64 value as bytes in the given buffer.
(Overrides ByteConverterGetBytes(Int64, Byte, Int32).) |
![]() | GetBytes(Single, Byte, Int32) |
Stores the specified Single value as bytes in the given buffer.
(Overrides ByteConverterGetBytes(Single, Byte, Int32).) |
![]() | GetBytes(UInt16, Byte, Int32) |
Stores the specified UInt16 value as bytes in the given buffer.
(Overrides ByteConverterGetBytes(UInt16, Byte, Int32).) |
![]() | GetBytes(UInt32, Byte, Int32) |
Stores the specified UInt32 value as bytes in the given buffer.
(Overrides ByteConverterGetBytes(UInt32, Byte, Int32).) |
![]() | GetBytes(UInt64, Byte, Int32) |
Stores the specified UInt64 value as bytes in the given buffer.
(Overrides ByteConverterGetBytes(UInt64, Byte, Int32).) |
![]() | ToDouble |
Returns an Double instance converted from the bytes in the given buffer.
(Overrides ByteConverterToDouble(Byte, Int32).) |
![]() | ToInt16 |
Returns an Int16 instance converted from the bytes in the given buffer.
(Overrides ByteConverterToInt16(Byte, Int32).) |
![]() | ToInt32 |
Returns an Int32 instance converted from the bytes in the given buffer.
(Overrides ByteConverterToInt32(Byte, Int32).) |
![]() | ToInt64 |
Returns an Int64 instance converted from the bytes in the given buffer.
(Overrides ByteConverterToInt64(Byte, Int32).) |
![]() | ToSingle |
Returns an Single instance converted from the bytes in the given buffer.
(Overrides ByteConverterToSingle(Byte, Int32).) |
![]() | ToUInt16 |
Returns an UInt16 instance converted from the bytes in the given buffer.
(Overrides ByteConverterToUInt16(Byte, Int32).) |
![]() | ToUInt32 |
Returns an UInt32 instance converted from the bytes in the given buffer.
(Overrides ByteConverterToUInt32(Byte, Int32).) |
![]() | ToUInt64 |
Returns an UInt64 instance converted from the bytes in the given buffer.
(Overrides ByteConverterToUInt64(Byte, Int32).) |