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 asInputStreamandReader. -
-
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.BuilderUnsynchronizedByteArrayInputStream. builder()Constructs a newUnsynchronizedByteArrayInputStream.Builder.UnsynchronizedByteArrayInputStream.BuilderUnsynchronizedByteArrayInputStream.Builder. setByteArray(byte[] origin)UnsynchronizedByteArrayInputStream.BuilderUnsynchronizedByteArrayInputStream.Builder. setLength(int length)Sets the length.UnsynchronizedByteArrayInputStream.BuilderUnsynchronizedByteArrayInputStream.Builder. setOffset(int offset)Sets the offset.
-