Uses of Class
org.apache.xmlgraphics.image.codec.util.SeekableStream
Packages that use SeekableStream
Package
Description
Contains a TIFF image codec.
Contains utility classes for image codecs.
Contains utilities and helper classes useful in conjunction with the image
package.
-
Uses of SeekableStream in org.apache.xmlgraphics.image.codec.tiff
Fields in org.apache.xmlgraphics.image.codec.tiff declared as SeekableStreamMethods in org.apache.xmlgraphics.image.codec.tiff with parameters of type SeekableStreamModifier and TypeMethodDescriptionstatic intTIFFDirectory.getNumDirectories(SeekableStream stream) Returns the number of image directories (subimages) stored in a given TIFF file, represented by aSeekableStream.private voidTIFFDirectory.initialize(SeekableStream stream) private doubleTIFFDirectory.readDouble(SeekableStream stream) private floatTIFFDirectory.readFloat(SeekableStream stream) private intTIFFDirectory.readInt(SeekableStream stream) private shortTIFFDirectory.readShort(SeekableStream stream) private longTIFFDirectory.readUnsignedInt(SeekableStream stream) private static longTIFFDirectory.readUnsignedInt(SeekableStream stream, boolean isBigEndian) private intTIFFDirectory.readUnsignedShort(SeekableStream stream) private static intTIFFDirectory.readUnsignedShort(SeekableStream stream, boolean isBigEndian) Constructors in org.apache.xmlgraphics.image.codec.tiff with parameters of type SeekableStreamModifierConstructorDescriptionTIFFDirectory(SeekableStream stream, int directory) Constructs a TIFFDirectory from a SeekableStream.TIFFDirectory(SeekableStream stream, long ifdOffset, int directory) Constructs a TIFFDirectory by reading a SeekableStream.TIFFImage(SeekableStream stream, TIFFDecodeParam param, int directory) Constructs a TIFFImage that acquires its data from a given SeekableStream and reads from a particular IFD of the stream.TIFFImageDecoder(SeekableStream input, TIFFDecodeParam param) -
Uses of SeekableStream in org.apache.xmlgraphics.image.codec.util
Subclasses of SeekableStream in org.apache.xmlgraphics.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.classA subclass ofSeekableStreamthat may be used to wrap a regularImageInputStream.final classA subclass ofSeekableStreamthat may be used to wrap a regularInputStream.Fields in org.apache.xmlgraphics.image.codec.util declared as SeekableStreamModifier and TypeFieldDescriptionprotected SeekableStreamImageDecoderImpl.inputTheSeekableStreamassocicted with thisImageEncoder.Methods in org.apache.xmlgraphics.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.xmlgraphics.image.codec.util with parameters of type SeekableStreamModifierConstructorDescriptionImageDecoderImpl(SeekableStream input, ImageDecodeParam param) Constructs anImageDecoderImplwith a givenSeekableStreamandImageDecodeParaminstance. -
Uses of SeekableStream in org.apache.xmlgraphics.image.loader.util
Subclasses of SeekableStream in org.apache.xmlgraphics.image.loader.utilModifier and TypeClassDescriptionclassAdapter which provides a SeekableStream interface over an ImageInputStream.