Skip to content

Latest commit

 

History

History
66 lines (35 loc) · 877 Bytes

File metadata and controls

66 lines (35 loc) · 877 Bytes

4.2.0

  • Add restorePosition method.

4.1.0

  • Add readInto method.

4.0.1

  • Add fallback for renamed methods.

4.0.0

  • BREAKING Rename FileRASource.open to FileRASource.openPath.
  • BREAKING Rename FileRASource.load to FileRASource.loadFile.

3.1.2

  • Update docs.

3.1.0

  • Add support for Web patforms + corresponding tests.

3.0.0

  • Add skip method.
  • Rename setPosition to seek.

2.2.1

  • Add mustRead.

2.2.0

  • Remove undocumented binary reader.

2.1.0

  • Add close to RandomAccessBinaryReader.

2.0.0

  • BREAKING Rename RandomAccessFileRASource to FileRASource.
  • 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.