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