|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectImageInputStreamImpl
ImageOutputStreamImpl
ImageOutputStreamAdapter
public class ImageOutputStreamAdapter
| Field Summary |
|---|
| Fields inherited from class ImageInputStreamImpl |
|---|
bitOffset, byteOrder, flushedPos, streamPos |
| Constructor Summary | |
|---|---|
ImageOutputStreamAdapter(OutputStream os)
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
flush()
|
Class<OutputStream> |
getBinding()
Retrieve the class for the target object. |
OutputStream |
getTarget()
Retrieves the target object on which we work. |
int |
read()
|
int |
read(byte[] b,
int off,
int len)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
| Methods inherited from class ImageOutputStreamImpl |
|---|
flushBits, write, writeBit, writeBits, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeChars, writeDouble, writeDoubles, writeFloat, writeFloats, writeInt, writeInts, writeLong, writeLongs, writeShort, writeShorts, writeUTF |
| Methods inherited from class ImageInputStreamImpl |
|---|
checkClosed, finalize, flushBefore, getBitOffset, getByteOrder, getFlushedPosition, getStreamPosition, isCached, isCachedFile, isCachedMemory, length, mark, read, readBit, readBits, readBoolean, readByte, readBytes, readChar, readDouble, readFloat, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedInt, readUnsignedShort, readUTF, reset, seek, setBitOffset, setByteOrder, skipBytes, skipBytes |
| Methods inherited from class Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ImageOutputStream |
|---|
flushBefore |
| Methods inherited from interface ImageInputStream |
|---|
getBitOffset, getByteOrder, getFlushedPosition, getStreamPosition, isCached, isCachedFile, isCachedMemory, length, mark, read, readBit, readBits, readBoolean, readByte, readBytes, readChar, readDouble, readFloat, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedInt, readUnsignedShort, readUTF, reset, seek, setBitOffset, setByteOrder, skipBytes, skipBytes |
| Constructor Detail |
|---|
public ImageOutputStreamAdapter(OutputStream os)
| Method Detail |
|---|
public void write(int b)
throws IOException
write in interface DataOutputwrite in interface ImageOutputStreamwrite in class ImageOutputStreamImplIOExceptionImageOutputStreamImpl.write(int)
public void write(byte[] b,
int off,
int len)
throws IOException
write in interface DataOutputwrite in interface ImageOutputStreamwrite in class ImageOutputStreamImplIOExceptionImageOutputStreamImpl.write(byte[], int, int)
public int read()
throws IOException
read in interface ImageInputStreamread in class ImageInputStreamImplIOExceptionImageInputStreamImpl.read()
public int read(byte[] b,
int off,
int len)
throws IOException
read in interface ImageInputStreamread in class ImageInputStreamImplIOExceptionImageInputStreamImpl.read(byte[], int, int)
public void flush()
throws IOException
flush in interface ImageInputStreamflush in class ImageInputStreamImplIOExceptionImageInputStreamImpl.flush()
public void close()
throws IOException
close in interface ImageInputStreamclose in class ImageInputStreamImplIOExceptionImageInputStreamImpl.close()public OutputStream getTarget()
AccessibleStream
getTarget in interface AccessibleStream<OutputStream>public Class<OutputStream> getBinding()
AccessibleStream
getBinding in interface AccessibleStream<OutputStream>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||