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 IO builders. -
-
Uses of IORandomAccessFile in org.apache.commons.io
Methods in org.apache.commons.io that return IORandomAccessFile Modifier and Type Method Description IORandomAccessFile
RandomAccessFileMode. io(java.lang.String name)
Constructs a random access file to read from, and optionally to write to, the file specified by theFile
argument. -
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.IORandomAccessFileOrigin
AbstractOriginSupplier. newRandomAccessFileOrigin(IORandomAccessFile origin)
Constructs a new RandomAccessFile origin for a RandomAccessFile.B
AbstractOriginSupplier. setRandomAccessFile(IORandomAccessFile origin)
Sets a new origin.Constructors in org.apache.commons.io.build with parameters of type IORandomAccessFile Constructor Description IORandomAccessFileOrigin(IORandomAccessFile origin)
ARandomAccessFile
origin.
-