public abstract class DataReader extends Object implements BinaryConstants
Modifier and Type | Field and Description |
---|---|
protected DataParser |
dataParser |
BYTE_ORDER_BIG_ENDIAN, BYTE_ORDER_INTEL, BYTE_ORDER_LEAST_SIGNIFICANT_BYTE, BYTE_ORDER_LITTLE_ENDIAN, BYTE_ORDER_LSB, BYTE_ORDER_MOST_SIGNIFICANT_BYTE, BYTE_ORDER_MOTOROLA, BYTE_ORDER_MSB, BYTE_ORDER_NETWORK
Constructor and Description |
---|
DataReader(DataParser fDataParser) |
Modifier and Type | Method and Description |
---|---|
void |
dump() |
abstract void |
readData(InputStream is,
BufferedImage bi,
ImageContents imageContents,
BinaryFileParser bfp) |
protected final DataParser dataParser
public DataReader(DataParser fDataParser)
public abstract void readData(InputStream is, BufferedImage bi, ImageContents imageContents, BinaryFileParser bfp) throws ImageReadException, IOException
ImageReadException
IOException
public void dump()
Copyright © 2007-2012. All Rights Reserved.