octane-0.11.0: Parse Rocket League replays.

Safe HaskellSafe
LanguageHaskell2010

Octane.Utility.Endian

Synopsis

Documentation

reverseBitsInBytes :: ByteString -> ByteString Source #

Reverses all the bits in each lazy byte.

reverseBitsInBytes' :: ByteString -> ByteString Source #

Reverses all the bits in each strict byte.

reverseBits :: Word8 -> Word8 Source #

Reverses the bits in a byte.