random_access_source 2.1.0
random_access_source: ^2.1.0 copied to clipboard
A shared interface for common random access data.
2.1.0 #
- Add
close
toRandomAccessBinaryReader
.
2.0.0 #
- BREAKING Rename
RandomAccessFileRASource
toFileRASource
. - Add
SyncBytesRASource
.
1.2.0 #
- Add
readToEnd
.
1.1.0 #
- Add
RandomAccessBinaryReader
.
1.0.2 #
- Performance improvements.
1.0.1 #
- Clamp end position when index is out of bounds.
1.0.0 #
- Initial version.