hadoop-rpc-0.1.1.1: Use the Hadoop RPC interface from Haskell.

Safe HaskellNone
LanguageHaskell2010

Network.Hadoop.Stream

Description

Lightweight abstraction over an input/output stream. (stolen from websockets package)

Synopsis

Documentation

data Stream Source

Lightweight abstraction over an input/output stream.

mkStream Source

Arguments

:: IO (Maybe B.ByteString)

Reading

-> (Maybe L.ByteString -> IO ())

Writing

-> IO Stream

Resulting stream