Uses of Class
java.io.RandomAccessFile
Packages that use RandomAccessFile
Package
Description
A package of the Java Image I/O API dealing with low-level I/O from files and
streams.
-
Uses of RandomAccessFile in javax.imageio.stream
Constructors in javax.imageio.stream with parameters of type RandomAccessFileModifierConstructorDescriptionConstructs aFileImageInputStream
that will read from a givenRandomAccessFile
.Constructs aFileImageOutputStream
that will write to a givenRandomAccessFile
.