Uses of Class
org.apache.commons.io.input.QueueInputStream
-
Packages that use QueueInputStream Package Description org.apache.commons.io Provides classes for working with streams, readers, writers and files.org.apache.commons.io.input Provides implementations of input classes, such asInputStreamandReader.org.apache.commons.io.output Provides implementations of output classes, such asOutputStreamandWriter. -
-
Uses of QueueInputStream in org.apache.commons.io
Methods in org.apache.commons.io that return QueueInputStream Modifier and Type Method Description static QueueInputStreamIOUtils. copy(java.io.ByteArrayOutputStream outputStream)Copies bytes from aByteArrayOutputStreamto aQueueInputStream. -
Uses of QueueInputStream in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return QueueInputStream Modifier and Type Method Description QueueInputStreamQueueInputStream.Builder. get()Builds a newQueueInputStream. -
Uses of QueueInputStream in org.apache.commons.io.output
Methods in org.apache.commons.io.output that return QueueInputStream Modifier and Type Method Description QueueInputStreamQueueOutputStream. newQueueInputStream()Constructs a new QueueInputStream instance connected to this.
-