Class ClosingFileCacheImageInputStream

All Implemented Interfaces:
Closeable, DataInput, AutoCloseable, ImageInputStream

public class ClosingFileCacheImageInputStream extends FileCacheImageInputStream

Override whose close() method also closes the wrapped InputStream.

The temp directory is fixed to Application.getTempDir().