hunt-extra ~v1.0.x (2022-05-11T02:04:37.8603622)
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