java.lang.Object
javax.imageio.stream.ImageInputStreamImpl
javax.imageio.stream.FileImageInputStream
- All Implemented Interfaces:
- DataInput, ImageInputStream
- See Also:
- Source Code
public void close()
throws IOException
- See Also:
- ImageInputStreamImpl, ImageInputStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public FileImageInputStream(File f)
throws FileNotFoundException,
IOException
- See Also:
- SecurityException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
[1817]read and write
By babu { dot } pinjala { at } gmail { dot } com on 2006/09/11 04:28:02 Rate
i have java code for read the images from the system and write into
another system
public FileImageInputStream(RandomAccessFile raf)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public long length()
- See Also:
- ImageInputStreamImpl, ImageInputStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int read()
throws IOException
- See Also:
- ImageInputStreamImpl, ImageInputStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int read(byte[] b,
int off,
int len)
throws IOException
- See Also:
- ImageInputStreamImpl, ImageInputStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void seek(long pos)
throws IOException
- See Also:
- ImageInputStreamImpl, ImageInputStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples