Uses of Class
org.apache.commons.io.input.QueueInputStream
Packages that use QueueInputStream
Package
Description
Provides classes for working with streams, readers, writers and files.
Provides implementations of input classes, such as 
InputStream and Reader.Provides implementations of output classes, such as 
OutputStream and
 Writer.- 
Uses of QueueInputStream in org.apache.commons.ioMethods in org.apache.commons.io that return QueueInputStreamModifier and TypeMethodDescriptionstatic QueueInputStreamIOUtils.copy(ByteArrayOutputStream outputStream) Copies bytes from aByteArrayOutputStreamto aQueueInputStream.
- 
Uses of QueueInputStream in org.apache.commons.io.inputMethods in org.apache.commons.io.input that return QueueInputStream
- 
Uses of QueueInputStream in org.apache.commons.io.outputMethods in org.apache.commons.io.output that return QueueInputStreamModifier and TypeMethodDescriptionQueueOutputStream.newQueueInputStream()Constructs a new QueueInputStream instance connected to this.