Uses of Class
org.apache.commons.io.input.RandomAccessFileInputStream.Builder
-
Packages that use RandomAccessFileInputStream.Builder Package Description org.apache.commons.io.input Provides implementations of input classes, such asInputStreamandReader. -
-
Uses of RandomAccessFileInputStream.Builder in org.apache.commons.io.input
Methods in org.apache.commons.io.input that return RandomAccessFileInputStream.Builder Modifier and Type Method Description static RandomAccessFileInputStream.BuilderRandomAccessFileInputStream. builder()Constructs a newRandomAccessFileInputStream.Builder.RandomAccessFileInputStream.BuilderRandomAccessFileInputStream.Builder. setCloseOnClose(boolean propagateClose)Sets whether to close the underlying file when this stream is closed, defaults to false for compatibility.RandomAccessFileInputStream.BuilderRandomAccessFileInputStream.Builder. setRandomAccessFile(java.io.RandomAccessFile randomAccessFile)Sets the RandomAccessFile to stream.
-