javax.imageio.stream

Class MemoryCacheImageOutputStream

public class MemoryCacheImageOutputStream extends ImageOutputStreamImpl

Constructor Summary
MemoryCacheImageOutputStream(OutputStream stream)
Method Summary
voidclose()
voidflushBefore(long position)
booleanisCached()
booleanisCachedFile()
booleanisCachedMemory()
intread()
intread(byte[] data, int offset, int len)
voidwrite(byte[] data, int offset, int len)
voidwrite(int value)

Constructor Detail

MemoryCacheImageOutputStream

public MemoryCacheImageOutputStream(OutputStream 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)

write

public void write(byte[] data, int offset, int len)

write

public void write(int value)