java.lang.Object
javax.imageio.stream.ImageInputStreamImpl
javax.imageio.stream.ImageOutputStreamImpl
- All Implemented Interfaces:
- DataInput, DataOutput, ImageInputStream, ImageOutputStream
- Direct Known Subclasses:
- FileCacheImageOutputStream, FileImageOutputStream, MemoryCacheImageOutputStream
- See Also:
- Source Code
protected final void flushBits()
throws IOException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ImageOutputStreamImpl()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void write(byte[] b)
throws IOException
- See Also:
- ImageOutputStream, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void write(byte[] b,
int off,
int len)
throws IOException
- See Also:
- ImageOutputStream, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract void write(int b)
throws IOException
- See Also:
- ImageOutputStream, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeBit(int bit)
throws IOException
- See Also:
- ImageOutputStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeBits(long bits,
int numBits)
throws IOException
- See Also:
- ImageOutputStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeBoolean(boolean v)
throws IOException
- See Also:
- ImageOutputStream, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeByte(int v)
throws IOException
- See Also:
- ImageOutputStream, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeBytes(String s)
throws IOException
- See Also:
- ImageOutputStream, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeChar(int v)
throws IOException
- See Also:
ImageOutputStream.writeShort(int)
, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeChars(char[] c,
int off,
int len)
throws IOException
- See Also:
- ImageOutputStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeChars(String s)
throws IOException
- See Also:
- ImageOutputStream, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeDouble(double v)
throws IOException
- See Also:
- ImageOutputStream, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeDoubles(double[] d,
int off,
int len)
throws IOException
- See Also:
- ImageOutputStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeFloat(float v)
throws IOException
- See Also:
- ImageOutputStream, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeFloats(float[] f,
int off,
int len)
throws IOException
- See Also:
- ImageOutputStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeInt(int v)
throws IOException
- See Also:
- ImageOutputStream, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeInts(int[] i,
int off,
int len)
throws IOException
- See Also:
- ImageOutputStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeLong(long v)
throws IOException
- See Also:
- ImageOutputStream, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeLongs(long[] l,
int off,
int len)
throws IOException
- See Also:
- ImageOutputStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeShort(int v)
throws IOException
- See Also:
- ImageOutputStream, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeShorts(short[] s,
int off,
int len)
throws IOException
- See Also:
- ImageOutputStream
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void writeUTF(String s)
throws IOException
- See Also:
- ImageOutputStream, DataOutput
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples