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.io
Methods in org.apache.commons.io that return QueueInputStreamModifier and TypeMethodDescriptionstatic QueueInputStream
IOUtils.copy
(ByteArrayOutputStream outputStream) Copies bytes from aByteArrayOutputStream
to aQueueInputStream
. -
Uses of QueueInputStream in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return QueueInputStream -
Uses of QueueInputStream in org.apache.commons.io.output
Methods in org.apache.commons.io.output that return QueueInputStreamModifier and TypeMethodDescriptionQueueOutputStream.newQueueInputStream()
Constructs a new QueueInputStream instance connected to this.