OpenAFP-1.3.2: IBM AFP document format parser and generator

Safe HaskellNone

OpenAFP.Internals.Binary

Documentation

data N0

Constructors

N0 

newtype N1

Constructors

N1 

Fields

fromN1 :: Word8
 

newtype N2

Constructors

N2 

Fields

fromN2 :: Word16
 

newtype N3

Constructors

N3 

Fields

fromN3 :: Word32
 

newtype N4

Constructors

N4 

Fields

fromN4 :: Word32
 

newtype I1

Constructors

I1 Int8 

newtype I2

Constructors

I2 Int16 

newtype I4

Constructors

I4 Int32 

newtype I8

Constructors

I8 Int64 

newtype A1

Constructors

A1 Word8 

newtype A2

Constructors

A2 Word16 

newtype A3

Constructors

A3 Word32 

newtype A4

Constructors

A4 Word32 

newtype A6

Constructors

A6 Word64 

newtype A8

Constructors

A8 Word64 

getList :: Binary a => Get [a]

putList :: Binary a => [a] -> Put

encodeListFile :: Binary a => FilePath -> [a] -> IO ()