hunt-extra ~master (2022-05-12T12:30:08.6048136)
Dub
Repo
PipedStream
hunt
stream
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
stream
PipedStream
classes
ByteArrayPipedStream
FilePipedStream
interfaces
PipedStream