Uses of Class
org.apache.commons.io.IORandomAccessFile
-
Packages that use IORandomAccessFile 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 the builder pattern for IO classes. -
-
Uses of IORandomAccessFile in org.apache.commons.io
Methods in org.apache.commons.io that return IORandomAccessFile Modifier and Type Method Description IORandomAccessFileRandomAccessFileMode. io(java.lang.String name)Constructs 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.build
Methods in org.apache.commons.io.build with parameters of type IORandomAccessFile Modifier and Type Method Description protected static AbstractOrigin.IORandomAccessFileOriginAbstractOriginSupplier. newRandomAccessFileOrigin(IORandomAccessFile origin)Constructs a new RandomAccessFile origin for a RandomAccessFile.BAbstractOriginSupplier. setRandomAccessFile(IORandomAccessFile origin)Sets a new origin.Constructors in org.apache.commons.io.build with parameters of type IORandomAccessFile Constructor Description IORandomAccessFileOrigin(IORandomAccessFile origin)ARandomAccessFileorigin.
-