Łukasz Kwoska

1pod
BinarySwift is a pure-swift library for parsing binary data. It contains two components - BinaryReader which can be used to parse binary data in non-mutating environment, and BinaryDataReader which keeps index of last read byte and automatically updates it.
Using this library you can read: - UInt(8/16/32/64) - Int(8/16/32/64) - Float(32,64) - Null-terminated UTF8 string - UTF8 String of known size
License: BSD