| Package | Description |
|---|---|
| org.apache.commons.io |
Provides classes for working with streams, readers, writers and files.
|
| org.apache.commons.io.build |
Provides classes to implement IO builders.
|
| Modifier and Type | Method and Description |
|---|---|
IORandomAccessFile |
RandomAccessFileMode.io(String name)
Constructs a random access file to read from, and optionally to write to, the file specified by the
File argument. |
| Modifier and Type | Method and Description |
|---|---|
protected static AbstractOrigin.IORandomAccessFileOrigin |
AbstractOriginSupplier.newRandomAccessFileOrigin(IORandomAccessFile origin)
Constructs a new RandomAccessFile origin for a RandomAccessFile.
|
B |
AbstractOriginSupplier.setRandomAccessFile(IORandomAccessFile origin)
Sets a new origin.
|
| Constructor and Description |
|---|
IORandomAccessFileOrigin(IORandomAccessFile origin)
A
RandomAccessFile origin. |