Simple byte reader that provides functions to extract a byte array from a file or a string (e.g. "F1 00 2C FF" to { 0xF1, 0x00, 0x2C, 0xFF }). It can also convert a byte array to a string or write it to a file.
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Jun 30, 2017
$ dotnet add package ByteReaderNo README available.