|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.imageio.stream.ImageInputStreamImpl
imagecomparer.stream.DelimitedImageInputStream
public class DelimitedImageInputStream
Class: imagecomparer.stream.DelimitedImageInputStream Version: ? Date: 2004-04-25 10:58:51 Description: ? COPYRIGHT: This software module was originally developed by Pawel Halasa.
Field Summary | |
---|---|
protected int |
available
|
protected static int |
bytesLimit
|
Fields inherited from class javax.imageio.stream.ImageInputStreamImpl |
---|
bitOffset, byteOrder, flushedPos, streamPos |
Constructor Summary | |
---|---|
DelimitedImageInputStream(javax.imageio.stream.ImageInputStream is)
|
Method Summary | |
---|---|
static int |
getCapacity()
|
static void |
pause()
|
int |
read()
|
int |
read(byte[] b,
int off,
int len)
|
void |
restartSteam()
|
static void |
resume()
|
void |
seek(long pos)
|
static void |
setCapacity(int cap)
|
Methods inherited from class javax.imageio.stream.ImageInputStreamImpl |
---|
checkClosed, close, finalize, flush, 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, setBitOffset, setByteOrder, skipBytes, skipBytes |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static int bytesLimit
protected int available
Constructor Detail |
---|
public DelimitedImageInputStream(javax.imageio.stream.ImageInputStream is)
Method Detail |
---|
public static void pause()
public static void resume()
public static void setCapacity(int cap)
public static int getCapacity()
public void restartSteam() throws java.io.IOException
java.io.IOException
public int read() throws java.io.IOException
read
in interface javax.imageio.stream.ImageInputStream
read
in class javax.imageio.stream.ImageInputStreamImpl
java.io.IOException
public int read(byte[] b, int off, int len) throws java.io.IOException
read
in interface javax.imageio.stream.ImageInputStream
read
in class javax.imageio.stream.ImageInputStreamImpl
java.io.IOException
public void seek(long pos) throws java.io.IOException
seek
in interface javax.imageio.stream.ImageInputStream
seek
in class javax.imageio.stream.ImageInputStreamImpl
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |