|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SeekableStream | |
|---|---|
| org.apache.batik.ext.awt.image.codec.util | |
| Uses of SeekableStream in org.apache.batik.ext.awt.image.codec.util |
|---|
| Subclasses of SeekableStream in org.apache.batik.ext.awt.image.codec.util | |
|---|---|
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. |
| Fields in org.apache.batik.ext.awt.image.codec.util declared as SeekableStream | |
|---|---|
protected SeekableStream |
ImageDecoderImpl.input
The SeekableStream associcted with this
ImageEncoder. |
| Methods in org.apache.batik.ext.awt.image.codec.util that return SeekableStream | |
|---|---|
SeekableStream |
ImageDecoderImpl.getInputStream()
Returns the SeekableStream associated with
this ImageDecoder. |
SeekableStream |
ImageDecoder.getInputStream()
Returns the SeekableStream associated with this ImageDecoder. |
static SeekableStream |
SeekableStream.wrapInputStream(InputStream is,
boolean canSeekBackwards)
Returns a SeekableStream that will read from a
given InputStream, optionally including support
for seeking backwards. |
| Constructors in org.apache.batik.ext.awt.image.codec.util with parameters of type SeekableStream | |
|---|---|
ImageDecoderImpl(SeekableStream input,
ImageDecodeParam param)
Constructs an ImageDecoderImpl with a given
SeekableStream and ImageDecodeParam
instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||