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 classA subclass ofSeekableStreamthat may be used to wrap a regularInputStream.classA subclass ofSeekableStreamthat may be used to wrap a regularInputStreamefficiently.final classA subclass ofSeekableStreamthat may be used to wrap a regularInputStream.Fields in org.apache.batik.ext.awt.image.codec.util declared as SeekableStreamModifier and TypeFieldDescriptionprotected SeekableStreamImageDecoderImpl.inputTheSeekableStreamassocicted 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 theSeekableStreamassociated with thisImageDecoder.static SeekableStreamSeekableStream.wrapInputStream(InputStream is, boolean canSeekBackwards) Returns aSeekableStreamthat 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 anImageDecoderImplwith a givenSeekableStreamandImageDecodeParaminstance.