Package | Description |
---|---|
org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader . |
Modifier and Type | Method and Description |
---|---|
static UnsynchronizedByteArrayInputStream.Builder |
UnsynchronizedByteArrayInputStream.builder()
Constructs a new
UnsynchronizedByteArrayInputStream.Builder . |
UnsynchronizedByteArrayInputStream.Builder |
UnsynchronizedByteArrayInputStream.Builder.setByteArray(byte[] origin) |
UnsynchronizedByteArrayInputStream.Builder |
UnsynchronizedByteArrayInputStream.Builder.setLength(int length)
Sets the length.
|
UnsynchronizedByteArrayInputStream.Builder |
UnsynchronizedByteArrayInputStream.Builder.setOffset(int offset)
Sets the offset.
|