javax > javax.imageio > javax.imageio.stream > javax.imageio.stream.imageoutputstreamimpl >

Class: javax.imageio.stream.ImageOutputStreamImpl
    java.lang.Object
       javax.imageio.stream.ImageInputStreamImpl
               javax.imageio.stream.ImageOutputStreamImpl


public abstract class ImageOutputStreamImpl extends ImageInputStreamImpl implements ImageOutputStream


FIELDS:

CONSTRUCTORS:
public ImageOutputStreamImpl()


METHODS:
protected final void flushBits()
Throws: IOException

public void write(byte[] b)
Throws: IOException

public abstract void write(byte[] b, int off, int len)
Throws: IOException

public abstract void write(int b)
Throws: IOException

public void writeBit(int bit)
Throws: IOException

public void writeBits(long bits, int numBits)
Throws: IOException

public void writeBoolean(boolean v)
Throws: IOException

public void writeByte(int v)
Throws: IOException

public void writeBytes(String s)
Throws: IOException

public void writeChar(int v)
Throws: IOException

public void writeChars(char[] c, int off, int len)
Throws: IOException

public void writeChars(String s)
Throws: IOException

public void writeDouble(double v)
Throws: IOException

public void writeDoubles(double[] d, int off, int len)
Throws: IOException

public void writeFloat(float v)
Throws: IOException

public void writeFloats(float[] f, int off, int len)
Throws: IOException

public void writeInt(int v)
Throws: IOException

public void writeInts(int[] i, int off, int len)
Throws: IOException

public void writeLong(long v)
Throws: IOException

public void writeLongs(long[] l, int off, int len)
Throws: IOException

public void writeShort(int v)
Throws: IOException

public void writeShorts(short[] s, int off, int len)
Throws: IOException

public void writeUTF(String s)
Throws: UTFDataFormatException
Throws: IOException


INHERITED METHODS:
checkClosed(), setByteOrder(java.nio.ByteOrder), getByteOrder(), read(), read(byte[]), read(byte[], int, int), readBytes(javax.imageio.stream.IIOByteBuffer, int), readBoolean(), readByte(), readUnsignedByte(), readShort(), readUnsignedShort(), readChar(), readInt(), readUnsignedInt(), readLong(), readFloat(), readDouble(), readLine(), readUTF(), readFully(byte[], int, int), readFully(byte[]), readFully(short[], int, int), readFully(char[], int, int), readFully(int[], int, int), readFully(long[], int, int), readFully(float[], int, int), readFully(double[], int, int), getStreamPosition(), getBitOffset(), setBitOffset(int), readBit(), readBits(int), length(), skipBytes(int), skipBytes(long), seek(long), mark(), reset(), flushBefore(long), flush(), getFlushedPosition(), isCached(), isCachedMemory(), isCachedFile(), close(), finalize(), getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:
FileCacheImageOutputStream, FileImageOutputStream, MemoryCacheImageOutputStream,





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net