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) |
UnsynchronizedByteArrayInputStream.Builder |
UnsynchronizedByteArrayInputStream.Builder.setOffset(int offset) |
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.