HaskellNet-0.6: Client support for POP3, SMTP, and IMAP
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.HaskellNet.BSStream

Description

This module provides a byte string "stream" interface. This interface provides some common operations on a value which supports reading and writing byte strings.

Synopsis

Documentation

data BSStream Source #

A byte string stream.

Constructors

BSStream 

Fields

handleToStream :: Handle -> BSStream Source #

Build a byte string stream which operates on a Handle.