hunt v1.4.18 (2021-11-01T06:18:24Z)
Home
Dub
Repo
PipedStream
hunt
io
PipedStream
Undocumented in source.
interface
PipedStream :
Closeable
{
InputStream
getInputStream
();
OutputStream
getOutputStream
();
}
Members
Functions
getInputStream
InputStream
getInputStream
()
Undocumented in source.
getOutputStream
OutputStream
getOutputStream
()
Undocumented in source.
Meta
Source
See Implementation
hunt
io
PipedStream
classes
ByteArrayPipedStream
FilePipedStream
interfaces
PipedStream