| Package | Description |
|---|---|
| javax.imageio.stream |
A package of the Java Image I/O API dealing with low-level I/O from files and streams.
|
| Constructor and Description | |
|---|---|
FileImageInputStream(RandomAccessFile
Constructs a
FileImageInputStream that will read from a given
RandomAccessFile.
|
|
FileImageOutputStream(RandomAccessFile
Constructs a
FileImageOutputStream that will write to a given
RandomAccessFile.
|