javax > javax.imageio > javax.imageio.stream > javax.imageio.stream.fileimageoutputstream >

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


public class FileImageOutputStream extends ImageOutputStreamImpl


FIELDS:

CONSTRUCTORS:
public FileImageOutputStream(File f)

public FileImageOutputStream(RandomAccessFile raf)


METHODS:
public void close()
Throws: IOException
Overrides: ImageInputStreamImpl

protected void finalize()
Throws: Throwable
Overrides: ImageInputStreamImpl
Overrides: Object

public long length()
Overrides: ImageInputStreamImpl

public int read()
Throws: IOException
Overrides: ImageInputStreamImpl

public int read(byte[] b, int off, int len)
Throws: IOException
Overrides: ImageInputStreamImpl

public void seek(long pos)
Throws: IndexOutOfBoundsException
Throws: IOException
Overrides: ImageInputStreamImpl

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

public void write(int b)
Throws: IOException
Overrides: ImageOutputStreamImpl


INHERITED METHODS:
write(int), write(byte[]), write(byte[], int, int), writeBoolean(boolean), writeByte(int), writeShort(int), writeChar(int), writeInt(int), writeLong(long), writeFloat(float), writeDouble(double), writeBytes(java.lang.String), writeChars(java.lang.String), writeChars(char[], int, int), writeUTF(java.lang.String), writeShorts(short[], int, int), writeInts(int[], int, int), writeLongs(long[], int, int), writeFloats(float[], int, int), writeDoubles(double[], int, int), writeBit(int), writeBits(long, int), flushBits(), 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:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net