hunt-extra v1.2.0 (2021-10-28T02:27:09Z)
Home
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