Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Lazy read and write.
Problem on writing: If the length of data is computed lazily, then you must seek back to the file position where the size is stored. That is for writing of lazily generated data we need a seekable file device.
Documentation
chunkIdFromString :: String -> ChunkId Source #
chunkIdToString :: ChunkId -> String Source #
fromByteString :: ByteString -> Maybe T Source #
toByteString :: T -> ByteString Source #