Skip to content

1.6.0

Choose a tag to compare

@e3ndr e3ndr released this 18 Oct 01:15
· 73 commits to main since this release

IO

  • Moved the streams into a better package.
  • Absorbed a bunch of utilities from Rakurai:
  • StreamUtil, which has helpers for... streams...
  • PrimitiveMarshall efficient primitive->bytes conversion utility, both BE and LE.
  • LimitedInputStream and NonCloseableOutputStream.