Package | Description |
---|---|
org.apache.commons.io.input |
Provides implementations of input classes, such as
InputStream and Reader . |
Modifier and Type | Method and Description |
---|---|
static RandomAccessFileInputStream.Builder |
RandomAccessFileInputStream.builder()
Constructs a new
RandomAccessFileInputStream.Builder . |
RandomAccessFileInputStream.Builder |
RandomAccessFileInputStream.Builder.setCloseOnClose(boolean closeOnClose)
Sets whether to close the underlying file when this stream is closed.
|
RandomAccessFileInputStream.Builder |
RandomAccessFileInputStream.Builder.setRandomAccessFile(RandomAccessFile randomAccessFile)
Sets the RandomAccessFile to stream.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.