A high-performance implementation of BinaryReader and BinaryWriter which works on binary arrays directly by eliminating the need for an intermediate stream object.
Info
Version: | 3.3.0 |
Author(s): | Salar Khalilzadeh |
Last Update: | Friday, July 7, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/salarcode/BinaryBuffers |
NuGet Url: | https://www.nuget.org/packages/Salar.BinaryBuffers |
Install
Install-Package Salar.BinaryBuffers
dotnet add package Salar.BinaryBuffers
paket add Salar.BinaryBuffers
Salar.BinaryBuffers Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- System.Memory(>= 4.5.3)
- System.Memory(>= 4.5.3)
Tags