Uses of Class
org.apache.batik.ext.awt.image.codec.util.SeekableStream
-
Packages that use SeekableStream Package Description 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 Modifier and Type Class Description class
FileCacheSeekableStream
A subclass ofSeekableStream
that may be used to wrap a regularInputStream
.class
ForwardSeekableStream
A subclass ofSeekableStream
that may be used to wrap a regularInputStream
efficiently.class
MemoryCacheSeekableStream
A subclass ofSeekableStream
that may be used to wrap a regularInputStream
.Fields in org.apache.batik.ext.awt.image.codec.util declared as SeekableStream Modifier and Type Field Description protected SeekableStream
ImageDecoderImpl. input
TheSeekableStream
associcted with thisImageEncoder
.Methods in org.apache.batik.ext.awt.image.codec.util that return SeekableStream Modifier and Type Method Description SeekableStream
ImageDecoder. getInputStream()
Returns the SeekableStream associated with this ImageDecoder.SeekableStream
ImageDecoderImpl. getInputStream()
Returns theSeekableStream
associated with thisImageDecoder
.static SeekableStream
SeekableStream. wrapInputStream(java.io.InputStream is, boolean canSeekBackwards)
Returns aSeekableStream
that will read from a givenInputStream
, optionally including support for seeking backwards.Constructors in org.apache.batik.ext.awt.image.codec.util with parameters of type SeekableStream Constructor Description ImageDecoderImpl(SeekableStream input, ImageDecodeParam param)
Constructs anImageDecoderImpl
with a givenSeekableStream
andImageDecodeParam
instance.
-