Skip to content

vladimirg/objc-binary-stream-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Binary stream tools for Objective C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published