Class DLOCChunk
java.lang.Object
com.twelvemonkeys.imageio.plugins.iff.IFFChunk
com.twelvemonkeys.imageio.plugins.iff.DLOCChunk
DLOCChunk.
- Version:
- $Id: DLOCChunk.java,v 1.0 31/01/2022 haraldk Exp$
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) int(package private) int(package private) intFields inherited from class IFFChunk
chunkId, chunkLength -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidtoString()(package private) voidwriteChunk(DataOutput output)
-
Field Details
-
width
int width -
height
int height -
x
int x -
y
int y
-
-
Constructor Details
-
DLOCChunk
DLOCChunk(int chunkLength)
-
-
Method Details
-
readChunk
- Specified by:
readChunkin classIFFChunk- Throws:
IOException
-
writeChunk
- Specified by:
writeChunkin classIFFChunk
-
toString
-