storable-endian-0.1.0: Storable instances with endianness

Portabilityportable
Stabilityexperimental
MaintainerEugene Kirpichov <ekirpichov@gmail.com>

Data.Storable.Endian

Description

Storable instances with endianness, in the obvious way: for example, Int64LE is peeked and poked in little-endian order.

Documentation

newtype Int16LE Source

Constructors

Int16LE Int16 

Instances

newtype Int16BE Source

Constructors

Int16BE Int16 

Instances

newtype Int32LE Source

Constructors

Int32LE Int32 

Instances

newtype Int32BE Source

Constructors

Int32BE Int32 

Instances

newtype Int64LE Source

Constructors

Int64LE Int64 

Instances

newtype Int64BE Source

Constructors

Int64BE Int64 

Instances

newtype Word16LE Source

Constructors

Word16LE Word16 

Instances

newtype Word16BE Source

Constructors

Word16BE Word16 

Instances

newtype Word32LE Source

Constructors

Word32LE Word32 

Instances

newtype Word32BE Source

Constructors

Word32BE Word32 

Instances

newtype Word64LE Source

Constructors

Word64LE Word64 

Instances

newtype Word64BE Source

Constructors

Word64BE Word64 

Instances

newtype FloatLE Source

Constructors

FloatLE Float 

Instances

newtype FloatBE Source

Constructors

FloatBE Float 

Instances

newtype DoubleLE Source

Constructors

DoubleLE Double 

Instances

newtype DoubleBE Source

Constructors

DoubleBE Double 

Instances