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 classFileCacheSeekableStreamA subclass ofSeekableStreamthat may be used to wrap a regularInputStream.classForwardSeekableStreamA subclass ofSeekableStreamthat may be used to wrap a regularInputStreamefficiently.classMemoryCacheSeekableStreamA subclass ofSeekableStreamthat 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 SeekableStreamImageDecoderImpl. inputTheSeekableStreamassocicted with thisImageEncoder.Methods in org.apache.batik.ext.awt.image.codec.util that return SeekableStream Modifier and Type Method Description SeekableStreamImageDecoder. getInputStream()Returns the SeekableStream associated with this ImageDecoder.SeekableStreamImageDecoderImpl. getInputStream()Returns theSeekableStreamassociated with thisImageDecoder.static SeekableStreamSeekableStream. wrapInputStream(java.io.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 SeekableStream Constructor Description ImageDecoderImpl(SeekableStream input, ImageDecodeParam param)Constructs anImageDecoderImplwith a givenSeekableStreamandImageDecodeParaminstance.
-