/ArrayViews

A .NET library for providing shared views over byte arrays, as a corollary to JavaScript's Typed Arrays

Primary LanguageC#MIT LicenseMIT

ArrayViews

Provides a series of helper classes for interpreting byte arrays as different typed views, similar in nature to JavaScript's Typed Arrays, but with awareness of endianness.