Releases: brustolin/BinaryHandler-Swift
Releases · brustolin/BinaryHandler-Swift
2.1.0
2.0.0
Changelog
2.0.0
- Added the
BinaryStream
class, which combines the functionality ofBinaryWriter
andBinaryReader
. - Introduced the
Streamable
protocol, which combines the functionality ofReadable
andWritable
. - Added the
Seekable
protocol, providing shared functionality for seeking withinReadable
andWritable
sources. - Introduced the
FileStream
class, combining the functionality ofFileReader
andFileWriter
. - Replaced
MemoryReader
andMemoryWriter
with the newMemoryStream
, which implements the Streamable protocol. - Replaced
ReadableError
andWritableError
with a more unifiedBinaryError
.