| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Data.ByteString.Pathological
Synopsis
- nonstandardRead :: FilePath -> IO ByteString
- chunksOf :: Int -> ByteString -> [ByteString]
- readLarge :: FilePath -> IO ByteString
- readSmall :: FilePath -> IO ByteString
- readRandom :: FilePath -> IO ByteString
Documentation
nonstandardRead :: FilePath -> IO ByteString Source #
Read a file into a ByteString using varying chunk size.
chunksOf :: Int -> ByteString -> [ByteString] Source #
readRandom :: FilePath -> IO ByteString Source #
Read into a ByteString of varying chunk sizes (non-lazily).