-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | ByteString-backed Handles
--   
--   ByteString-backed Handles
@package bytestring-handle
@version 0.1.0.6

module Data.ByteString.Handle
readHandle :: Bool -> ByteString -> IO Handle
writeHandle :: Bool -> (Handle -> IO a) -> IO (ByteString, a)
