An open API service indexing awesome lists of open source software.

https://github.com/CassOnMars/ArrayViews

A .NET library for providing shared views over byte arrays, as a corollary to JavaScript's Typed Arrays
https://github.com/CassOnMars/ArrayViews

byte-array c-sharp endianness typedarray

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.