OpenAFP-1.1: IBM AFP document format parser and generatorSource codeContentsIndex
OpenAFP.Internals.Binary
Documentation
data N0 Source
Constructors
N0
show/hide Instances
newtype N1 Source
Constructors
N1
fromN1 :: Word8
show/hide Instances
newtype N2 Source
Constructors
N2
fromN2 :: Word16
show/hide Instances
newtype N3 Source
Constructors
N3
fromN3 :: Word32
show/hide Instances
newtype N4 Source
Constructors
N4
fromN4 :: Word32
show/hide Instances
newtype I1 Source
Constructors
I1 Int8
show/hide Instances
newtype I2 Source
Constructors
I2 Int16
show/hide Instances
newtype I4 Source
Constructors
I4 Int32
show/hide Instances
newtype I8 Source
Constructors
I8 Int64
show/hide Instances
newtype A1 Source
Constructors
A1 Word8
show/hide Instances
newtype A2 Source
Constructors
A2 Word16
show/hide Instances
newtype A3 Source
Constructors
A3 Word32
show/hide Instances
newtype A4 Source
Constructors
A4 Word32
show/hide Instances
newtype A6 Source
Constructors
A6 Word64
show/hide Instances
newtype A8 Source
Constructors
A8 Word64
show/hide Instances
newtype A12 Source
Constructors
A12 Integer
show/hide Instances
type PStringLen = ByteStringSource
getList :: Binary a => Get [a]Source
putList :: Binary a => [a] -> PutSource
encodeList :: Binary a => [a] -> ByteStringSource
decodeList :: Binary a => ByteString -> [a]Source
encodeListFile :: Binary a => FilePath -> [a] -> IO ()Source
decodeListFile :: Binary a => FilePath -> IO [a]Source
Produced by Haddock version 2.3.0