??????
org.apache.commons.io.output
???
??
This package provides implementations of input classes, such as
InputStream
and Reader
.
This package provides implementations of output classes, such as
OutputStream
and Writer
.-
???Simple alternative to JDK
PipedOutputStream
; queue input stream provides what's written in queue output stream. -
???This is the base class for implementing an output stream in which the data is written into a byte array.Constructor for an InputStream subclass.Throws an exception on all attempts to write to the stream.Throws an exception on all attempts to write with
ClosedWriter.close()
implemented as a noop.Proxy stream that prevents the underlying output stream from being closed.Proxy writer that prevents the underlying writer from being closed.Abstract class for writing filtered character streams to aCollection
of writers.Appends all data to the famous /dev/null.Writes all data to the famous /dev/null.Writes all data to the famous /dev/null.Writes all data to the famous /dev/null.A Proxy stream collection which acts as expected, that is it passes the method calls on to the proxied streams and doesn't change which methods are being called.A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called.A Proxy stream which acts as expected, that is it passes the method calls on to the proxied stream and doesn't change which methods are being called.An output stream which triggers an event when a specified number of bytes of data have been written to it.