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 as
InputStream and Reader . |
org.apache.commons.io.output |
Provides implementations of output classes, such as
OutputStream and
Writer . |
Modifier and Type | Method and Description |
---|---|
static QueueInputStream |
IOUtils.copy(java.io.ByteArrayOutputStream outputStream)
Copies bytes from a
ByteArrayOutputStream to a QueueInputStream . |
Modifier and Type | Method and Description |
---|---|
QueueInputStream |
QueueInputStream.Builder.get()
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
QueueInputStream |
QueueOutputStream.newQueueInputStream()
Constructs a new QueueInputStream instance connected to this.
|