Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 482 Bytes

File metadata and controls

21 lines (14 loc) · 482 Bytes

Binary stream tools for Objective C

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.

Features

  • Works with any old NSStream.
  • Works with both big and little endianness.
  • Has a test suite of sorts.

Known issues

  • Error handling may be cumbersome in some situations.

License

Public domain.