random_access_source 3.0.0
random_access_source: ^3.0.0 copied to clipboard
A shared interface for common random access data.
3.0.0 #
- Add
skip
method. - Rename
setPosition
toseek
.
2.2.1 #
- Add
mustRead
.
2.2.0 #
- Remove undocumented binary reader.
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.