Uses of Class
org.apache.commons.io.input.UnsynchronizedByteArrayInputStream.Builder
-
Uses of UnsynchronizedByteArrayInputStream.Builder in org.apache.commons.io.input
Modifier and TypeMethodDescriptionUnsynchronizedByteArrayInputStream.builder()
Constructs a newUnsynchronizedByteArrayInputStream.Builder
.UnsynchronizedByteArrayInputStream.Builder.setByteArray
(byte[] origin) UnsynchronizedByteArrayInputStream.Builder.setLength
(int length) Sets the length.UnsynchronizedByteArrayInputStream.Builder.setOffset
(int offset) Sets the offset.