javax.imageio.stream

Class FileCacheImageInputStream

public class FileCacheImageInputStream extends ImageInputStreamImpl

Constructor Summary
FileCacheImageInputStream(InputStream stream, File cacheDir)
Method Summary
voidclose()
booleanisCached()
booleanisCachedFile()
booleanisCachedMemory()
intread()
intread(byte[] data, int offset, int len)

Constructor Detail

FileCacheImageInputStream

public FileCacheImageInputStream(InputStream stream, File cacheDir)

Method Detail

close

public void close()

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)