Uses of Class
org.apache.commons.io.IORandomAccessFile
Packages that use IORandomAccessFile
Package
Description
Provides classes for working with streams, readers, writers and files.
Provides classes to implement IO builders.
- 
Uses of IORandomAccessFile in org.apache.commons.ioMethods in org.apache.commons.io that return IORandomAccessFileModifier and TypeMethodDescriptionConstructs a random access file to read from, and optionally to write to, the file specified by theFileargument.
- 
Uses of IORandomAccessFile in org.apache.commons.io.buildMethods in org.apache.commons.io.build with parameters of type IORandomAccessFileModifier and TypeMethodDescriptionprotected static AbstractOrigin.IORandomAccessFileOriginAbstractOriginSupplier.newRandomAccessFileOrigin(IORandomAccessFile origin) Constructs a new RandomAccessFile origin for a RandomAccessFile.AbstractOriginSupplier.setRandomAccessFile(IORandomAccessFile origin) Sets a new origin.Constructors in org.apache.commons.io.build with parameters of type IORandomAccessFile