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