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) int
Fields inherited from class com.twelvemonkeys.imageio.plugins.iff.IFFChunk
chunkId, chunkLength
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
toString()
(package private) void
writeChunk
(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:
readChunk
in classIFFChunk
- Throws:
IOException
-
writeChunk
- Specified by:
writeChunk
in classIFFChunk
-
toString
-