data-endian-0.0.1: Endian-sensitive data

Data.Endian

Synopsis

Documentation

toBigEndian :: EndianSensitive α => α -> αSource

Convert from the native format to big-endian

fromBigEndian :: EndianSensitive α => α -> αSource

Convert from big-endian to the native format

toLittleEndian :: EndianSensitive α => α -> αSource

Convert from the native format to little-endian

fromLittleEndian :: EndianSensitive α => α -> αSource

Convert from little-endian to the native format