hunt-extra v1.0.10 (2021-04-13T02:41:33Z)
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