HaskellNet-0.2.1: network related libraries such as POP3, SMTP, IMAPSource codeContentsIndex
HaskellNet.BSStream
Portabilityportable
Stabilityexperimental
Maintainermukai@jmuk.org
Description
A library for abstracting sockets suitable to Streams.
Documentation
class BSStream h whereSource
Methods
bsGetLine :: h -> IO ByteStringSource
bsGet :: h -> Int -> IO ByteStringSource
bsPut :: h -> ByteString -> IO ()Source
bsPuts :: h -> [ByteString] -> IO ()Source
bsPutStrLn :: h -> ByteString -> IO ()Source
bsPutCrLf :: h -> ByteString -> IO ()Source
bsPutNoFlush :: h -> ByteString -> IO ()Source
bsFlush :: h -> IO ()Source
bsClose :: h -> IO ()Source
show/hide Instances
Produced by Haddock version 2.6.0