Class AbstractDecoder
java.lang.Object
is.galia.codec.AbstractDecoder
- Direct Known Subclasses:
AbstractImageIODecoder
Decoder implementations may subclass this to get some free
functionality.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidvoidSets the source to the given file, and nullifies (but does not close) the input stream, if set.voidsetSource(ImageInputStream inputStream) Sets the source to the given stream, and nullifies the file source, if set.
-
Field Details
-
arena
-
imageFile
-
inputStream
-
-
Constructor Details
-
AbstractDecoder
public AbstractDecoder()
-
-
Method Details
-
close
public void close() -
setArena
-
setSource
Sets the source to the given file, and nullifies (but does not close) the input stream, if set.- See Also:
-
setSource
Sets the source to the given stream, and nullifies the file source, if set.- See Also:
-