Utility classes for reading from and writing to binary NSStreams. Nothing fancy, but hopefully will save time and bugs. Inspired by C#'s BinaryReader and BinaryWriter.
- Works with any old NSStream.
- Works with both big and little endianness.
- Has a test suite of sorts.
- Error handling may be cumbersome in some situations.
Public domain.