Safe Haskell | None |
---|
File.Binary
Documentation
readBinaryFile :: FilePath -> IO StringSource
writeBinaryFile :: FilePath -> String -> IO ()Source
Associated Types
type FieldArgument r Source
Methods
fromBinary :: Binary s => FieldArgument r -> s -> (r, s)Source
toBinary :: Binary s => FieldArgument r -> r -> sSource
Methods
getBytes :: Int -> a -> (ByteString, a)Source
makeBinary :: ByteString -> aSource
concatBinary :: [a] -> aSource
emptyBinary :: a -> BoolSource
Instances