BinaryBitLib 1.2.6
dotnet add package BinaryBitLib --version 1.2.6
NuGet\Install-Package BinaryBitLib -Version 1.2.6
<PackageReference Include="BinaryBitLib" Version="1.2.6" />
paket add BinaryBitLib --version 1.2.6
#r "nuget: BinaryBitLib, 1.2.6"
// Install BinaryBitLib as a Cake Addin #addin nuget:?package=BinaryBitLib&version=1.2.6 // Install BinaryBitLib as a Cake Tool #tool nuget:?package=BinaryBitLib&version=1.2.6
An alternative to the .NET BinaryReader and BinaryWriter objects that allows you to read and write individual bits of data.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on BinaryBitLib:
Package | Downloads |
---|---|
SerializationLib
A serialization library to assist with serializing data to and from streams. The library can serialize all primitive types (char, int, bool, float, double, etc), arrays/lists/dictionaries, and complex objects such as arrays of serializable objects where objects can contain other serializable objects. Uses BinaryBitLib to read and write data. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Fix outstanding errors in ReadInt and ReadLong.