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
- Host: GitHub
- URL: https://github.com/CassOnMars/ArrayViews
- Owner: CassOnMars
- License: mit
- Created: 2018-05-06T23:34:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T04:06:45.000Z (almost 8 years ago)
- Last Synced: 2025-02-20T18:50:57.491Z (about 1 year ago)
- Topics: byte-array, c-sharp, endianness, typedarray
- Language: C#
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.