Uses of Class
java.io.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
ModifierConstructorDescriptionConstructs aFileImageInputStream
that will read from a givenRandomAccessFile
.Constructs aFileImageOutputStream
that will write to a givenRandomAccessFile
.