Safe Haskell | None |
---|---|
Language | Haskell2010 |
BufWrite
Synopsis
- data BufHandle = BufHandle !(Ptr Word8) !FastMutInt Handle
- newBufHandle :: Handle -> IO BufHandle
- bPutChar :: BufHandle -> Char -> IO ()
- bPutStr :: BufHandle -> String -> IO ()
- bPutFS :: BufHandle -> FastString -> IO ()
- bPutFZS :: BufHandle -> FastZString -> IO ()
- bPutLitString :: BufHandle -> LitString -> IO ()
- bPutReplicate :: BufHandle -> Int -> Char -> IO ()
- bFlush :: BufHandle -> IO ()
Documentation
newBufHandle :: Handle -> IO BufHandle #
bPutFS :: BufHandle -> FastString -> IO () #
bPutFZS :: BufHandle -> FastZString -> IO () #
bPutLitString :: BufHandle -> LitString -> IO () #