|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sanselan.formats.psd.datareaders.DataReader
public abstract class DataReader
| Field Summary | |
|---|---|
protected DataParser |
dataParser
|
| Fields inherited from interface org.apache.sanselan.common.BinaryConstants |
|---|
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 Summary | |
|---|---|
DataReader(DataParser fDataParser)
|
|
| Method Summary | |
|---|---|
void |
dump()
|
abstract void |
readData(java.io.InputStream is,
java.awt.image.BufferedImage bi,
ImageContents imageContents,
BinaryFileParser bfp)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final DataParser dataParser
| Constructor Detail |
|---|
public DataReader(DataParser fDataParser)
| Method Detail |
|---|
public abstract void readData(java.io.InputStream is,
java.awt.image.BufferedImage bi,
ImageContents imageContents,
BinaryFileParser bfp)
throws ImageReadException,
java.io.IOException
ImageReadException
java.io.IOExceptionpublic void dump()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||