Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
HaskellWorks.Data.ByteString.Lazy
Documentation
class ToLazyByteString a where #
Methods
toLazyByteString :: a -> ByteString #
Instances
resegmentPadded :: Int -> ByteString -> ByteString #
rechunkPadded :: Int -> ByteString -> ByteString #
hGetContentsChunkedBy :: Int -> Handle -> IO ByteString #