Class GRABChunk
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.iff.IFFChunk
-
- com.twelvemonkeys.imageio.plugins.iff.GRABChunk
-
final class GRABChunk extends IFFChunk
GRABChunk- Version:
- $Id: GRABChunk.java,v 1.0 28.feb.2006 01:55:05 haku Exp$
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.awt.geom.Point2D
point
-
Fields inherited from class com.twelvemonkeys.imageio.plugins.iff.IFFChunk
chunkId, chunkLength
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
readChunk(java.io.DataInput input)
java.lang.String
toString()
(package private) void
writeChunk(java.io.DataOutput output)
-
-
-
Method Detail
-
readChunk
void readChunk(java.io.DataInput input) throws java.io.IOException
-
writeChunk
void writeChunk(java.io.DataOutput output) throws java.io.IOException
- Specified by:
writeChunk
in classIFFChunk
- Throws:
java.io.IOException
-
-