| 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(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()
Creates a new QueueInputStream instance connected to this.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.