uhc-util-0.1.0.1: UHC utilities

Safe HaskellSafe-Inferred

UHC.Util.Binary

Synopsis

Documentation

hGetBinary :: Binary a => Handle -> IO aSource

Decode from Handle

getBinaryFile :: Binary a => FilePath -> IO aSource

Decode from FilePath

getBinaryFPath :: Binary a => FPath -> IO aSource

Decode from FilePath

hPutBinary :: Binary a => Handle -> a -> IO ()Source

Encode to Handle

putBinaryFile :: Binary a => FilePath -> a -> IO ()Source

Encode to FilePath

putBinaryFPath :: Binary a => FPath -> a -> IO ()Source

Encode to FPath, ensuring existence of path