Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Data.ByteString.ToolsYj
Documentation
fromBits :: Bits b => b -> ByteString Source #
fromBits' :: FiniteBits b => b -> ByteString Source #
toBits :: Bits b => ByteString -> b Source #
toBits' :: FiniteBits b => ByteString -> Maybe b Source #
fromBitsBE' :: FiniteBits b => b -> ByteString Source #
toBitsBE :: Bits b => ByteString -> b Source #
splitAt' :: Int -> ByteString -> Maybe (ByteString, ByteString) Source #