data BufHandle Source #
Constructors
newBufHandle :: Handle -> IO BufHandle Source #
bPutChar :: BufHandle -> Char -> IO () Source #
bPutStr :: BufHandle -> String -> IO () Source #
bPutFS :: BufHandle -> FastString -> IO () Source #
bPutFZS :: BufHandle -> FastZString -> IO () Source #
bPutPtrString :: BufHandle -> PtrString -> IO () Source #
bPutReplicate :: BufHandle -> Int -> Char -> IO () Source #
Replicate an 8-bit character
bFlush :: BufHandle -> IO () Source #