javax.imageio.stream

Class FileImageInputStream

public class FileImageInputStream extends ImageInputStreamImpl

Constructor Summary
FileImageInputStream(File file)
FileImageInputStream(RandomAccessFile file)
Method Summary
voidclose()
longlength()
intread()
intread(byte[] data, int offset, int len)
voidseek(long position)

Constructor Detail

FileImageInputStream

public FileImageInputStream(File file)

FileImageInputStream

public FileImageInputStream(RandomAccessFile file)

Method Detail

close

public void close()

length

public long length()

read

public int read()

read

public int read(byte[] data, int offset, int len)

seek

public void seek(long position)