Class DGBLChunk
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.iff.IFFChunk
-
- com.twelvemonkeys.imageio.plugins.iff.DGBLChunk
-
final class DGBLChunk extends IFFChunk
DGBLChunk- Version:
- $Id: DGBLChunk.java,v 1.0 28.feb.2006 02:10:07 haku Exp$
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
compressionType
(package private) int
displayHeight
(package private) int
displayWidth
(package private) int
xAspect
(package private) int
yAspect
-
Fields inherited from class com.twelvemonkeys.imageio.plugins.iff.IFFChunk
chunkId, chunkLength
-
-
Constructor Summary
Constructors Constructor Description DGBLChunk(int 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)
- Specified by:
writeChunk
in classIFFChunk
-
-