java.lang.Object
javax.imageio.stream.ImageInputStreamImpl
javax.imageio.stream.ImageOutputStreamImpl
javax.imageio.stream.FileImageOutputStream
- All Implemented Interfaces:
- DataInput, DataOutput, ImageInputStream, ImageOutputStream
- 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 FileImageOutputStream(File f)
throws FileNotFoundException,
IOException
- See Also:
- SecurityException, IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public FileImageOutputStream(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:
- IndexOutOfBoundsException, ImageInputStreamImpl, ImageInputStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void write(byte[] b,
int off,
int len)
throws IOException
- See Also:
- ImageOutputStreamImpl, ImageOutputStream, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void write(int b)
throws IOException
- See Also:
- ImageOutputStreamImpl, ImageOutputStream, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples