| javax.imageio.stream.ImageOutputStream
All known Subclasses: javax.imageio.stream.ImageOutputStreamImpl,
Method Summary | |
void | flushBefore(long pos) | void | write(int b) | void | write(byte[] b) | void | write(byte[] b, int off, int len) | void | writeBit(int bit) | void | writeBits(long bits, int numBits) | void | writeBoolean(boolean b) | void | writeByte(int b) | void | writeBytes(String s) | void | writeChar(int v) | void | writeChars(String s) | void | writeChars(char[] c, int off, int len) | void | writeDouble(double v) | void | writeDoubles(double[] d, int off, int len) | void | writeFloat(float v) | void | writeFloats(float[] f, int off, int len) | void | writeInt(int v) | void | writeInts(int[] i, int off, int len) | void | writeLong(long v) | void | writeLongs(long[] l, int off, int len) | void | writeShort(int v) | void | writeShorts(short[] s, int off, int len) | void | writeUTF(String s) |
flushBefore | void flushBefore(long pos) throws IOException(Code) | | ImageInputStream method
|
writeDoubles | void writeDoubles(double[] d, int off, int len) throws IOException(Code) | | |
writeShorts | void writeShorts(short[] s, int off, int len) throws IOException(Code) | | ImageOutputStream specific methods
|
|
|