Uses of Class
org.apache.commons.io.input.UnsynchronizedByteArrayInputStream.Builder
-
Packages that use UnsynchronizedByteArrayInputStream.Builder Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStream
andReader
. -
-
Uses of UnsynchronizedByteArrayInputStream.Builder in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return UnsynchronizedByteArrayInputStream.Builder Modifier and Type Method Description static UnsynchronizedByteArrayInputStream.Builder
UnsynchronizedByteArrayInputStream. builder()
Constructs a newUnsynchronizedByteArrayInputStream.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.
-