Wheat.IO
0.0.2
Provides helper classes for Bitwise IO
Install-Package Wheat.IO -Version 0.0.2
dotnet add package Wheat.IO --version 0.0.2
<PackageReference Include="Wheat.IO" Version="0.0.2" />
paket add Wheat.IO --version 0.0.2
This package contains a BitReader
and a BitWriter
for little endian systems that can be used similar to the .NET BinaryReader
and BinaryWriter
classes. They provide methods to read and write single bits, as well as shortened integers with an arbitrary bit length.
This package contains a BitReader
and a BitWriter
for little endian systems that can be used similar to the .NET BinaryReader
and BinaryWriter
classes. They provide methods to read and write single bits, as well as shortened integers with an arbitrary bit length.
Dependencies
-
.NETCoreApp 2.1
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 1.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.