Class InfoReader
java.lang.Object
is.galia.image.InfoReader
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InfoReader
public InfoReader()
-
-
Method Details
-
setDecoder
- Parameters:
decoder
- Instance from which to read.
-
setFormat
- Parameters:
format
- Format of the image data supplied by the instance passed tosetDecoder(Decoder)
.
-
read
- Returns:
- New instance describing the image that the decoder has been initialized to read.
- Throws:
IOException
- if there is an issue accessing the source image.IllegalStateException
- if a decoder or format have not been set.
-