javax.imageio.stream

Class MemoryCacheImageInputStream

public class MemoryCacheImageInputStream extends ImageInputStreamImpl

Constructor Summary
MemoryCacheImageInputStream(InputStream stream)
Method Summary
voidclose()
voidflushBefore(long position)
booleanisCached()
booleanisCachedFile()
booleanisCachedMemory()
intread()
intread(byte[] data, int offset, int len)
voidseek(long position)

Constructor Detail

MemoryCacheImageInputStream

public MemoryCacheImageInputStream(InputStream stream)

Method Detail

close

public void close()

flushBefore

public void flushBefore(long position)

isCached

public boolean isCached()

isCachedFile

public boolean isCachedFile()

isCachedMemory

public boolean isCachedMemory()

read

public int read()

read

public int read(byte[] data, int offset, int len)

seek

public void seek(long position)