Uses of Class
java.io.RandomAccessFile
Package | Description |
---|---|
javax.imageio.stream |
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 RandomAccessFile Constructor Description FileImageInputStream(RandomAccessFile raf)
Constructs aFileImageInputStream
that will read from a givenRandomAccessFile
.FileImageOutputStream(RandomAccessFile raf)
Constructs aFileImageOutputStream
that will write to a givenRandomAccessFile
.