Safe Haskell | Safe-Inferred |
---|
Thrift.Transport
Documentation
Methods
tRead :: a -> Int -> IO ByteStringSource
tWrite :: a -> ByteString -> IO ()Source
tReadAll :: a -> Int -> IO ByteStringSource
Instances
data TransportExn Source
Constructors
TransportExn String TransportExnType |
data TransportExnType Source
Constructors
TE_UNKNOWN | |
TE_NOT_OPEN | |
TE_ALREADY_OPEN | |
TE_TIMED_OUT | |
TE_END_OF_FILE |