ByteArrayPipedStream

Constructors

this
this(int size)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
getInputStream
ByteArrayInputStream getInputStream()
Undocumented in source. Be warned that the author may not have intended to support it.
getOutputStream
ByteArrayOutputStream getOutputStream()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From PipedStream

getInputStream
InputStream getInputStream()
Undocumented in source.
getOutputStream
OutputStream getOutputStream()
Undocumented in source.

Meta