mirror of
https://github.com/SabreTools/SabreTools.IO.git
synced 2026-07-08 17:57:02 +00:00
Forgot to add to the README
This commit is contained in:
@@ -8,6 +8,7 @@ Relies on functionality found in `SabreTools.Numerics`.
|
||||
| --- | --- |
|
||||
| `BinaryReaderExtensions` | Extensions to `BinaryReader` allowing for endian-specific reads, peeking functionality, and try-read functionality. |
|
||||
| `BinaryWriterExtensions` | Extensions to `BinaryWriter` allowing for endian-specific writes. |
|
||||
| `ByteArrayExtensions` | Utility `byte[]` and `byte?[]` extensions related to numerics and math. |
|
||||
| `ByteArrayReaderExtensions` | Extensions to `byte[]` allowing for endian-specific reads, peeking functionality, and try-read functionality, similar to a stream. |
|
||||
| `ByteArrayWriterExtensions` | Extensions to `byte[]` allowing for endian-specific writes, similar to a stream. |
|
||||
| `NumericExtensions` | Common numeric type extensions allowing for endian-specific processing. |
|
||||
|
||||
Reference in New Issue
Block a user