Syroot.BinaryData Namespace |
Class | Description | |
---|---|---|
![]() | BinaryStream |
Represents a wrapper around a Stream to read from and write to it with default data format
configurations.
|
![]() | ByteConverter |
Represents a BitConverter which handles a specific endianness.
|
![]() | ByteConverterBig |
Represents a ByteConverter which handles big endianness.
|
![]() | ByteConverterLittle |
Represents a ByteConverter which handles little endianness.
|
![]() | Seek |
Represents a temporary seek to another position which is undone after the task has been disposed.
|
![]() | StreamExtensions |
Represents static extension methods for read and write operations on Stream instances.
|
Enumeration | Description | |
---|---|---|
![]() | BooleanCoding |
Represents the set of formats of binary boolean encodings.
|
![]() | DateTimeCoding |
Represents the set of formats of binary date and time encodings.
|
![]() | Endian |
Represents the possible byte order of binary data.
|
![]() | StringCoding |
Represents formats of binary string encodings.
|