Uses of Class
org.apache.batik.ext.awt.image.codec.util.SeekableStream
Packages that use SeekableStream
-
Uses of SeekableStream in org.apache.batik.ext.awt.image.codec.util
Subclasses of SeekableStream in org.apache.batik.ext.awt.image.codec.utilModifier and TypeClassDescriptionfinal class
A subclass ofSeekableStream
that may be used to wrap a regularInputStream
.class
A subclass ofSeekableStream
that may be used to wrap a regularInputStream
efficiently.final class
A subclass ofSeekableStream
that may be used to wrap a regularInputStream
.Fields in org.apache.batik.ext.awt.image.codec.util declared as SeekableStreamModifier and TypeFieldDescriptionprotected SeekableStream
ImageDecoderImpl.input
TheSeekableStream
associcted with thisImageEncoder
.Methods in org.apache.batik.ext.awt.image.codec.util that return SeekableStreamModifier and TypeMethodDescriptionImageDecoder.getInputStream()
Returns the SeekableStream associated with this ImageDecoder.ImageDecoderImpl.getInputStream()
Returns theSeekableStream
associated with thisImageDecoder
.static SeekableStream
SeekableStream.wrapInputStream
(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 SeekableStreamModifierConstructorDescriptionImageDecoderImpl
(SeekableStream input, ImageDecodeParam param) Constructs anImageDecoderImpl
with a givenSeekableStream
andImageDecodeParam
instance.