javax.imageio.stream
public class FileImageInputStream extends ImageInputStreamImpl
| Constructor Summary | |
|---|---|
| FileImageInputStream(File file) | |
| FileImageInputStream(RandomAccessFile file) | |
| Method Summary | |
|---|---|
| void | close() |
| long | length() |
| int | read() |
| int | read(byte[] data, int offset, int len) |
| void | seek(long position) |