92 packages tagged with “Byte”
A collection of helpful byte[] extension methods
DotNetCore.Extensions
Tools and extensions for working with buffers.
A collection of helpful ReadOnlySpan (byte) extension methods
Class library containing useful general-programming classes and extension methods for existing types.
A library to convert byte sizes to a human readable form.
a collection of my useful extension methods.
Zip and Unzip string or byte array in memory
Byte array and stream matching library
Byte array type for better Equals performance with custom GetHashCode implementation.
Convert and format data size units in .NET (bits, bytes, kilobits, kilobytes, and others).
SlidingWindow provides an interface to retrieve chunks from a byte array using a sliding window.
Library to create and use COMB (timestamped sequential) GUID variants for Microsoft SQL Server and PostgreSQL. See the GitHub site for more details.
Convert images to byte[] and get images from byte[]
LiteByteCapsule is a NuGet package to apply capsulation for byte arrays which is used for sending them over TCP IP protocol or socket.
.NET types extensions.
Provides useful extension methods for primitive .Net data types.
Editors contains part-based and masked editors for everything from date/time to currency entry, with unique designs that are specifically crafted to support input by keyboard, mouse, touch, and pen in WPF applications. Edit box controls support .NET data types input such as dates, times, numbers, brushes, colors, enumerations, sizes, and many more. Other controls include a regex-based masked textbox, auto-complete box, calculator, month calendar, star rating, gradient stop slider, and various color component pickers. Documentation is available on the Actipro web site (https://www.actiprosoftware.com/docs/controls/wpf/index?v=25.1), and samples can be downloaded from the Actipro WPF Controls GitHub repository (https://github.com/Actipro/WPF-Controls). NOTE: This is a commercial software product and requires proper paid licensing for legal usage. See Actipro's web site (https://www.actiprosoftware.com/purchase) for links to purchase developer licenses, or view the Sales FAQ for more information about evaluations and licensing.
Gulliver is a C# utility package and library engineered for the manipulation of arbitrary sized byte arrays accounting for appropriate endianness and jagged byte length. Functionality includes the as previously unsupported standard set of boolean algebraic operations, bitwise shifting, and unsigned endian aware mathematical addition, subtraction, and comparison.
Optimize PigWebReq to solve bugs in .net Core.
Progressive Download Library for WebApi 2
A helper library for working with byte sequences and arrays.
Generic logic pertaining to byte and byte arrays.
A custom HttpContent that wraps a rented byte array from an ArrayPool, writes only the valid byte range to outgoing streams, and returns the buffer to the pool when disposed to reduce GC allocations.
Simple type for easy conversion and manipulation of a sequence of bits
Byte array operator
An implementation of the Narumikazuchi.Serialization interfaces to serialize classes into an array of bytes. For more information about it's usage visit the [wiki](https://github.com/Narumikazuchi/Serialization/wiki).
An IUserType for IEnumerable<string>
An alternative to the .NET BinaryReader and BinaryWriter objects that allows you to read and write individual bits of data.
Fast, allocation-free implementation of Consistent Overhead Byte Stuffing (COBS) encoding and decoding for pipes and streams.