Class GRABChunk
java.lang.Object
com.twelvemonkeys.imageio.plugins.iff.IFFChunk
com.twelvemonkeys.imageio.plugins.iff.GRABChunk
GRABChunk
- Version:
- $Id: GRABChunk.java,v 1.0 28.feb.2006 01:55:05 haku Exp$
-
Field Summary
FieldsFields inherited from class IFFChunk
chunkId, chunkLength -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidtoString()(package private) voidwriteChunk(DataOutput output)
-
Field Details
-
point
Point2D point
-
-
Constructor Details
-
GRABChunk
GRABChunk(int chunkLength) -
GRABChunk
GRABChunk(Point2D point)
-
-
Method Details
-
readChunk
- Specified by:
readChunkin classIFFChunk- Throws:
IOException
-
writeChunk
- Specified by:
writeChunkin classIFFChunk- Throws:
IOException
-
toString
-