public class AwardBIOSReader extends BaseImageReader implements JImageReader
Modifier and Type | Class and Description |
---|---|
static class |
AwardBIOSReader.CGAColor
Representation of the CGA Color palette.
|
availableLocales, ignoreMetadata, input, locale, minIndex, originatingProvider, progressListeners, seekForwardOnly, updateListeners, warningListeners, warningLocales
Constructor and Description |
---|
AwardBIOSReader(ImageReaderSpi originatingProvider) |
AwardBIOSReader(String string) |
Modifier and Type | Method and Description |
---|---|
String |
getMetadataSummary()
Returns a summary of the image's metadata.
|
void |
parse()
Parses the image from the internal buffer, to an internal representation.
|
void |
processFile()
Reads and parses a file, and stores a BufferedImage; this is the method
you will use most often.
|
void |
readFile() |
createBufferedImage, getHeight, getHeight, getImage, getImageMetadata, getImageTypes, getNumImages, getStreamMetadata, getWidth, getWidth, read, readFile, readFile
abort, abortRequested, addIIOReadProgressListener, addIIOReadUpdateListener, addIIOReadWarningListener, canReadRaster, checkReadParamBandSettings, clearAbortRequest, computeRegions, dispose, getAspectRatio, getAvailableLocales, getDefaultReadParam, getDestination, getFormatName, getImageMetadata, getInput, getLocale, getMinIndex, getNumThumbnails, getOriginatingProvider, getRawImageType, getSourceRegion, getStreamMetadata, getThumbnailHeight, getThumbnailWidth, getTileGridXOffset, getTileGridYOffset, getTileHeight, getTileWidth, hasThumbnails, isIgnoringMetadata, isImageTiled, isRandomAccessEasy, isSeekForwardOnly, processImageComplete, processImageProgress, processImageStarted, processImageUpdate, processPassComplete, processPassStarted, processReadAborted, processSequenceComplete, processSequenceStarted, processThumbnailComplete, processThumbnailPassComplete, processThumbnailPassStarted, processThumbnailProgress, processThumbnailStarted, processThumbnailUpdate, processWarningOccurred, processWarningOccurred, read, readAll, readAll, readAsRenderedImage, readerSupportsThumbnails, readRaster, readThumbnail, readTile, readTileRaster, removeAllIIOReadProgressListeners, removeAllIIOReadUpdateListeners, removeAllIIOReadWarningListeners, removeIIOReadProgressListener, removeIIOReadUpdateListener, removeIIOReadWarningListener, reset, setInput, setInput, setInput, setLocale
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHeight, getImage, getWidth
public AwardBIOSReader(String string)
public AwardBIOSReader(ImageReaderSpi originatingProvider)
public void processFile() throws IllegalDataException, UnsupportedVariantException
BaseImageReader
processFile
in interface JImageReader
processFile
in class BaseImageReader
IllegalDataException
- If illegal data is encountered.UnsupportedVariantException
- If an unsupported variant of the image
format is encountered.public void readFile()
public void parse()
BaseImageReader
parse
in class BaseImageReader
public String getMetadataSummary()
JImageReader
getMetadataSummary
in interface JImageReader
Copyright © 2020. All rights reserved.