adb-0.1.0.1: Android Debug Bridge (ADB) protocol

Safe HaskellNone
LanguageHaskell2010

Network.ADB.Transport

Synopsis

Documentation

data Transport m Source #

'm' is the monad to to run it in, 'h' is the heuristic value which, where 'e' is ByteString, is the number of bytes to read. 'e' is the stream element type.

Constructors

Transport 

Fields

readFully :: Monad m => Transport m -> Int -> m ByteString Source #

Block until the specified number of bytes has been read.