/CannedBytes

Primary LanguageC#GNU Lesser General Public License v2.1LGPL-2.1

Canned Bytes

An assortment of libraries used in my other projects. Targets .NET 4.x and .NET Core 3.1.

Release-CI

CannedBytes

Contains general non-related code. Code for implementing Disposable objects and checking method parameters. Several Stream classes are available for instance a WrapperStream and a SubStream class.

CannedBytes.Media.IO

Implements a generic serialization mechanism based on the RIFF/IFF specification also known as chunked-files. There are several media file types that are based on chunked-files, like .wav and .avi.