| Package | Description |
|---|---|
| org.apache.batik.ext.awt.image.codec.util |
| Modifier and Type | Class | Description |
|---|---|---|
class |
FileCacheSeekableStream |
A subclass of
SeekableStream that may be used to wrap
a regular InputStream. |
class |
ForwardSeekableStream |
A subclass of
SeekableStream that may be used
to wrap a regular InputStream efficiently. |
class |
MemoryCacheSeekableStream |
A subclass of
SeekableStream that may be used to wrap
a regular InputStream. |
| Modifier and Type | Field | Description |
|---|---|---|
protected SeekableStream |
ImageDecoderImpl.input |
The
SeekableStream associcted with this
ImageEncoder. |
| Modifier and Type | Method | Description |
|---|---|---|
SeekableStream |
ImageDecoder.getInputStream() |
Returns the SeekableStream associated with this ImageDecoder.
|
SeekableStream |
ImageDecoderImpl.getInputStream() |
Returns the
SeekableStream associated with
this ImageDecoder. |
static SeekableStream |
SeekableStream.wrapInputStream(java.io.InputStream is,
boolean canSeekBackwards) |
Returns a
SeekableStream that will read from a
given InputStream, optionally including support
for seeking backwards. |
| Constructor | Description |
|---|---|
ImageDecoderImpl(SeekableStream input,
ImageDecodeParam param) |
Constructs an
ImageDecoderImpl with a given
SeekableStream and ImageDecodeParam
instance. |
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.