HaskellNet-0.2.3: network related libraries such as POP3, SMTP, IMAP
Source code
Contents
Index
HaskellNet.BSStream
Portability
portable
Stability
experimental
Maintainer
mukai@jmuk.org
Description
A library for abstracting sockets suitable to Streams.
Documentation
class
BSStream
h
where
Source
Methods
bsGetLine
:: h ->
IO
ByteString
Source
bsGet
:: h ->
Int
->
IO
ByteString
Source
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
Instances
BSStream
Handle
Produced by
Haddock
version 2.7.2