Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class ToLazyByteString a where Source #
toLazyByteString :: a -> ByteString Source #
Instances
resegment :: Int -> ByteString -> ByteString Source #
resegmentPadded :: Int -> ByteString -> ByteString Source #
rechunk :: Int -> ByteString -> ByteString Source #
rechunkPadded :: Int -> ByteString -> ByteString Source #
hGetContentsChunkedBy :: Int -> Handle -> IO ByteString Source #