octane-0.16.2: Parse Rocket League replays.

Safe HaskellSafe
LanguageHaskell2010

Octane.Utility.Endian

Synopsis

Documentation

reverseBitsInLazyBytes :: ByteString -> ByteString Source #

Reverses all the bits in each lazy byte.

reverseBitsInStrictBytes :: ByteString -> ByteString Source #

Reverses all the bits in each strict byte.