ImageInputStream
that gets its input from a regular InputStream
. A memory buffer is used to cache at least the data between the discard position and the current read position. In general, it is preferable to use a FileCacheImageInputStream
when reading from a regular InputStream
. This class is provided for cases where it is not possible to create a writable temporary file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|