public class FilterImageOutputStream extends ImageOutputStreamImpl implements ImageOutputStream, AccessibleStream
ImageOutputStream
subclasses.Modifier and Type | Field and Description |
---|---|
protected ImageOutputStream |
ios |
Constructor and Description |
---|
FilterImageOutputStream(ImageOutputStream ios) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
flushBefore(long pos) |
Class<ImageOutputStream> |
getBinding()
Retrieve the class for the target object.
|
int |
getBitOffset() |
ByteOrder |
getByteOrder() |
long |
getFlushedPosition() |
long |
getStreamPosition() |
ImageOutputStream |
getTarget()
Allows us to access the underlying ImageOutputStream.
|
boolean |
isCached() |
boolean |
isCachedFile() |
boolean |
isCachedMemory() |
void |
mark() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
int |
readBit() |
long |
readBits(int numBits) |
boolean |
readBoolean() |
byte |
readByte() |
void |
readBytes(IIOByteBuffer buf,
int len) |
char |
readChar() |
double |
readDouble() |
float |
readFloat() |
void |
readFully(byte[] b) |
void |
readFully(byte[] b,
int off,
int len) |
void |
readFully(char[] c,
int off,
int len) |
void |
readFully(double[] d,
int off,
int len) |
void |
readFully(float[] f,
int off,
int len) |
void |
readFully(int[] i,
int off,
int len) |
void |
readFully(long[] l,
int off,
int len) |
void |
readFully(short[] s,
int off,
int len) |
int |
readInt() |
String |
readLine() |
long |
readLong() |
short |
readShort() |
int |
readUnsignedByte() |
long |
readUnsignedInt() |
int |
readUnsignedShort() |
String |
readUTF() |
void |
reset() |
void |
seek(long pos) |
void |
setBitOffset(int bitOffset) |
void |
setByteOrder(ByteOrder byteOrder) |
int |
skipBytes(int n) |
long |
skipBytes(long n) |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
void |
writeBit(int bit) |
void |
writeBits(long bits,
int numBits) |
void |
writeBoolean(boolean v) |
void |
writeByte(int v) |
void |
writeBytes(String s) |
void |
writeChar(int v) |
void |
writeChars(char[] c,
int off,
int len) |
void |
writeChars(String s) |
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) |
public void writeDouble(double v) throws IOException
writeDouble
in interface DataOutput
writeDouble
in interface ImageOutputStream
writeDouble
in class ImageOutputStreamImpl
IOException
public void writeFloat(float v) throws IOException
writeFloat
in interface DataOutput
writeFloat
in interface ImageOutputStream
writeFloat
in class ImageOutputStreamImpl
IOException
public void write(int b) throws IOException
write
in interface DataOutput
write
in interface ImageOutputStream
write
in class ImageOutputStreamImpl
IOException
public void writeBit(int bit) throws IOException
writeBit
in interface ImageOutputStream
writeBit
in class ImageOutputStreamImpl
IOException
public void writeByte(int v) throws IOException
writeByte
in interface DataOutput
writeByte
in interface ImageOutputStream
writeByte
in class ImageOutputStreamImpl
IOException
public void writeChar(int v) throws IOException
writeChar
in interface DataOutput
writeChar
in interface ImageOutputStream
writeChar
in class ImageOutputStreamImpl
IOException
public void writeInt(int v) throws IOException
writeInt
in interface DataOutput
writeInt
in interface ImageOutputStream
writeInt
in class ImageOutputStreamImpl
IOException
public void writeShort(int v) throws IOException
writeShort
in interface DataOutput
writeShort
in interface ImageOutputStream
writeShort
in class ImageOutputStreamImpl
IOException
public void flushBefore(long pos) throws IOException
flushBefore
in interface ImageInputStream
flushBefore
in interface ImageOutputStream
flushBefore
in class ImageInputStreamImpl
IOException
public void writeLong(long v) throws IOException
writeLong
in interface DataOutput
writeLong
in interface ImageOutputStream
writeLong
in class ImageOutputStreamImpl
IOException
public void writeBits(long bits, int numBits) throws IOException
writeBits
in interface ImageOutputStream
writeBits
in class ImageOutputStreamImpl
IOException
public void writeBoolean(boolean v) throws IOException
writeBoolean
in interface DataOutput
writeBoolean
in interface ImageOutputStream
writeBoolean
in class ImageOutputStreamImpl
IOException
public void write(byte[] b) throws IOException
write
in interface DataOutput
write
in interface ImageOutputStream
write
in class ImageOutputStreamImpl
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in interface DataOutput
write
in interface ImageOutputStream
write
in class ImageOutputStreamImpl
IOException
public void writeChars(char[] c, int off, int len) throws IOException
writeChars
in interface ImageOutputStream
writeChars
in class ImageOutputStreamImpl
IOException
public void writeDoubles(double[] d, int off, int len) throws IOException
writeDoubles
in interface ImageOutputStream
writeDoubles
in class ImageOutputStreamImpl
IOException
public void writeFloats(float[] f, int off, int len) throws IOException
writeFloats
in interface ImageOutputStream
writeFloats
in class ImageOutputStreamImpl
IOException
public void writeInts(int[] i, int off, int len) throws IOException
writeInts
in interface ImageOutputStream
writeInts
in class ImageOutputStreamImpl
IOException
public void writeLongs(long[] l, int off, int len) throws IOException
writeLongs
in interface ImageOutputStream
writeLongs
in class ImageOutputStreamImpl
IOException
public void writeShorts(short[] s, int off, int len) throws IOException
writeShorts
in interface ImageOutputStream
writeShorts
in class ImageOutputStreamImpl
IOException
public void writeBytes(String s) throws IOException
writeBytes
in interface DataOutput
writeBytes
in interface ImageOutputStream
writeBytes
in class ImageOutputStreamImpl
IOException
public void writeChars(String s) throws IOException
writeChars
in interface DataOutput
writeChars
in interface ImageOutputStream
writeChars
in class ImageOutputStreamImpl
IOException
public void writeUTF(String s) throws IOException
writeUTF
in interface DataOutput
writeUTF
in interface ImageOutputStream
writeUTF
in class ImageOutputStreamImpl
IOException
public byte readByte() throws IOException
readByte
in interface DataInput
readByte
in interface ImageInputStream
readByte
in class ImageInputStreamImpl
IOException
public char readChar() throws IOException
readChar
in interface DataInput
readChar
in interface ImageInputStream
readChar
in class ImageInputStreamImpl
IOException
public double readDouble() throws IOException
readDouble
in interface DataInput
readDouble
in interface ImageInputStream
readDouble
in class ImageInputStreamImpl
IOException
public float readFloat() throws IOException
readFloat
in interface DataInput
readFloat
in interface ImageInputStream
readFloat
in class ImageInputStreamImpl
IOException
public int getBitOffset() throws IOException
getBitOffset
in interface ImageInputStream
getBitOffset
in class ImageInputStreamImpl
IOException
public int read() throws IOException
read
in interface ImageInputStream
read
in class ImageInputStreamImpl
IOException
public int readBit() throws IOException
readBit
in interface ImageInputStream
readBit
in class ImageInputStreamImpl
IOException
public int readInt() throws IOException
readInt
in interface DataInput
readInt
in interface ImageInputStream
readInt
in class ImageInputStreamImpl
IOException
public int readUnsignedByte() throws IOException
readUnsignedByte
in interface DataInput
readUnsignedByte
in interface ImageInputStream
readUnsignedByte
in class ImageInputStreamImpl
IOException
public int readUnsignedShort() throws IOException
readUnsignedShort
in interface DataInput
readUnsignedShort
in interface ImageInputStream
readUnsignedShort
in class ImageInputStreamImpl
IOException
public long getFlushedPosition()
getFlushedPosition
in interface ImageInputStream
getFlushedPosition
in class ImageInputStreamImpl
public long getStreamPosition() throws IOException
getStreamPosition
in interface ImageInputStream
getStreamPosition
in class ImageInputStreamImpl
IOException
public long readLong() throws IOException
readLong
in interface DataInput
readLong
in interface ImageInputStream
readLong
in class ImageInputStreamImpl
IOException
public long readUnsignedInt() throws IOException
readUnsignedInt
in interface ImageInputStream
readUnsignedInt
in class ImageInputStreamImpl
IOException
public short readShort() throws IOException
readShort
in interface DataInput
readShort
in interface ImageInputStream
readShort
in class ImageInputStreamImpl
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in interface ImageInputStream
close
in class ImageInputStreamImpl
IOException
public void flush() throws IOException
flush
in interface ImageInputStream
flush
in class ImageInputStreamImpl
IOException
public void mark()
mark
in interface ImageInputStream
mark
in class ImageInputStreamImpl
public void reset() throws IOException
reset
in interface ImageInputStream
reset
in class ImageInputStreamImpl
IOException
public boolean isCached()
isCached
in interface ImageInputStream
isCached
in class ImageInputStreamImpl
public boolean isCachedFile()
isCachedFile
in interface ImageInputStream
isCachedFile
in class ImageInputStreamImpl
public boolean isCachedMemory()
isCachedMemory
in interface ImageInputStream
isCachedMemory
in class ImageInputStreamImpl
public boolean readBoolean() throws IOException
readBoolean
in interface DataInput
readBoolean
in interface ImageInputStream
readBoolean
in class ImageInputStreamImpl
IOException
public int skipBytes(int n) throws IOException
skipBytes
in interface DataInput
skipBytes
in interface ImageInputStream
skipBytes
in class ImageInputStreamImpl
IOException
public long readBits(int numBits) throws IOException
readBits
in interface ImageInputStream
readBits
in class ImageInputStreamImpl
IOException
public void setBitOffset(int bitOffset) throws IOException
setBitOffset
in interface ImageInputStream
setBitOffset
in class ImageInputStreamImpl
IOException
public long skipBytes(long n) throws IOException
skipBytes
in interface ImageInputStream
skipBytes
in class ImageInputStreamImpl
IOException
public void seek(long pos) throws IOException
seek
in interface ImageInputStream
seek
in class ImageInputStreamImpl
IOException
public int read(byte[] b) throws IOException
read
in interface ImageInputStream
read
in class ImageInputStreamImpl
IOException
public void readFully(byte[] b) throws IOException
readFully
in interface DataInput
readFully
in interface ImageInputStream
readFully
in class ImageInputStreamImpl
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in interface ImageInputStream
read
in class ImageInputStreamImpl
IOException
public void readFully(byte[] b, int off, int len) throws IOException
readFully
in interface DataInput
readFully
in interface ImageInputStream
readFully
in class ImageInputStreamImpl
IOException
public void readFully(char[] c, int off, int len) throws IOException
readFully
in interface ImageInputStream
readFully
in class ImageInputStreamImpl
IOException
public void readFully(double[] d, int off, int len) throws IOException
readFully
in interface ImageInputStream
readFully
in class ImageInputStreamImpl
IOException
public void readFully(float[] f, int off, int len) throws IOException
readFully
in interface ImageInputStream
readFully
in class ImageInputStreamImpl
IOException
public void readFully(int[] i, int off, int len) throws IOException
readFully
in interface ImageInputStream
readFully
in class ImageInputStreamImpl
IOException
public void readFully(long[] l, int off, int len) throws IOException
readFully
in interface ImageInputStream
readFully
in class ImageInputStreamImpl
IOException
public void readFully(short[] s, int off, int len) throws IOException
readFully
in interface ImageInputStream
readFully
in class ImageInputStreamImpl
IOException
public String readLine() throws IOException
readLine
in interface DataInput
readLine
in interface ImageInputStream
readLine
in class ImageInputStreamImpl
IOException
public String readUTF() throws IOException
readUTF
in interface DataInput
readUTF
in interface ImageInputStream
readUTF
in class ImageInputStreamImpl
IOException
public ByteOrder getByteOrder()
getByteOrder
in interface ImageInputStream
getByteOrder
in class ImageInputStreamImpl
public void setByteOrder(ByteOrder byteOrder)
setByteOrder
in interface ImageInputStream
setByteOrder
in class ImageInputStreamImpl
public void readBytes(IIOByteBuffer buf, int len) throws IOException
readBytes
in interface ImageInputStream
readBytes
in class ImageInputStreamImpl
IOException
public ImageOutputStream getTarget()
getTarget
in interface AccessibleStream
ImageOutputStream
.public Class<ImageOutputStream> getBinding()
AccessibleStream
getBinding
in interface AccessibleStream
Copyright © 2006-2018 GeoSolutions. All Rights Reserved.