public class SubImageOutputStream
extends javax.imageio.stream.ImageOutputStreamImpl
| Constructor and Description |
|---|
SubImageOutputStream(javax.imageio.stream.ImageOutputStream out,
java.nio.ByteOrder bo,
boolean forwardFlushAndClose) |
SubImageOutputStream(javax.imageio.stream.ImageOutputStream out,
long offset,
java.nio.ByteOrder bo,
boolean forwardFlushAndClose) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
dispose() |
void |
flush() |
long |
getFlushedPosition() |
long |
getStreamPosition() |
boolean |
isCached() |
boolean |
isCachedFile() |
boolean |
isCachedMemory() |
long |
length() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
void |
seek(long pos) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
flushBits, write, writeBit, writeBits, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeChars, writeDouble, writeDoubles, writeFloat, writeFloats, writeInt, writeInts, writeLong, writeLongs, writeShort, writeShorts, writeUTFcheckClosed, finalize, flushBefore, getBitOffset, getByteOrder, 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, setBitOffset, setByteOrder, skipBytes, skipBytesclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBitOffset, getByteOrder, 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, setBitOffset, setByteOrder, skipBytes, skipBytespublic SubImageOutputStream(javax.imageio.stream.ImageOutputStream out,
java.nio.ByteOrder bo,
boolean forwardFlushAndClose)
throws java.io.IOException
java.io.IOExceptionpublic SubImageOutputStream(javax.imageio.stream.ImageOutputStream out,
long offset,
java.nio.ByteOrder bo,
boolean forwardFlushAndClose)
throws java.io.IOException
java.io.IOExceptionpublic int read()
throws java.io.IOException
read in interface javax.imageio.stream.ImageInputStreamread in class javax.imageio.stream.ImageInputStreamImpljava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read in interface javax.imageio.stream.ImageInputStreamread in class javax.imageio.stream.ImageInputStreamImpljava.io.IOExceptionpublic long getStreamPosition()
throws java.io.IOException
getStreamPosition in interface javax.imageio.stream.ImageInputStreamgetStreamPosition in class javax.imageio.stream.ImageInputStreamImpljava.io.IOExceptionpublic void seek(long pos)
throws java.io.IOException
seek in interface javax.imageio.stream.ImageInputStreamseek in class javax.imageio.stream.ImageInputStreamImpljava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface javax.imageio.stream.ImageInputStreamflush in class javax.imageio.stream.ImageInputStreamImpljava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in interface javax.imageio.stream.ImageInputStreamclose in class javax.imageio.stream.ImageInputStreamImpljava.io.IOExceptionpublic long getFlushedPosition()
getFlushedPosition in interface javax.imageio.stream.ImageInputStreamgetFlushedPosition in class javax.imageio.stream.ImageInputStreamImplpublic boolean isCached()
isCached in interface javax.imageio.stream.ImageInputStreamisCached in class javax.imageio.stream.ImageInputStreamImplpublic boolean isCachedMemory()
isCachedMemory in interface javax.imageio.stream.ImageInputStreamisCachedMemory in class javax.imageio.stream.ImageInputStreamImplpublic boolean isCachedFile()
isCachedFile in interface javax.imageio.stream.ImageInputStreamisCachedFile in class javax.imageio.stream.ImageInputStreamImplpublic long length()
length in interface javax.imageio.stream.ImageInputStreamlength in class javax.imageio.stream.ImageInputStreamImplpublic void write(int b)
throws java.io.IOException
write in interface java.io.DataOutputwrite in interface javax.imageio.stream.ImageOutputStreamwrite in class javax.imageio.stream.ImageOutputStreamImpljava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in interface java.io.DataOutputwrite in interface javax.imageio.stream.ImageOutputStreamwrite in class javax.imageio.stream.ImageOutputStreamImpljava.io.IOExceptionpublic void dispose()
throws java.io.IOException
java.io.IOExceptionCopyright © 2022. All Rights Reserved.