Safe Haskell | None |
---|
OpenAFP.Internals.Binary
Documentation
newtype N1
newtype N2
newtype N3
newtype N4
newtype I1
newtype I2
newtype I4
newtype I8
newtype A1
newtype A2
newtype A3
newtype A4
newtype A6
newtype A8
newtype A12
type PStringLen = ByteString
encodeList :: Binary a => [a] -> ByteString
decodeList :: Binary a => ByteString -> [a]
encodeListFile :: Binary a => FilePath -> [a] -> IO ()
decodeListFile :: Binary a => FilePath -> IO [a]
module Data.Binary
module Data.ByteString.Internal