Skip to content

1.8.0

Choose a tag to compare

@KitsuneAlex KitsuneAlex released this 27 May 16:01
· 36 commits to master since this release
e6a3f0b

Release Notes

Added

  • BitSource.peekBits(Lsb) function for per-bit lookahead
  • BitSource.requestBits function for requesting n bits to be available
  • BitSource.requireBits function for requiring at least n bits to be available
  • BitSource.peek<type> extension functions for typed lookahead
  • BitSource.peek<type>Lsb extension functions for typed LSB lookahead
  • BitSource.peek<type>Le extension functions for typed LE lookahead
  • BitSource.peek<type>LeLsb extension functions for typed LE LSB lookahead

Links