Class XS24Chunk
java.lang.Object
com.twelvemonkeys.imageio.plugins.iff.IFFChunk
com.twelvemonkeys.imageio.plugins.iff.XS24Chunk
XS24Chunk.
- Version:
- $Id: XS24Chunk.java,v 1.0 01/02/2022 haraldk Exp$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]
(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
-
data
private byte[] data -
width
int width -
height
int height
-
-
Constructor Details
-
XS24Chunk
XS24Chunk(int chunkLength)
-
-
Method Details
-
readChunk
- Specified by:
readChunk
in classIFFChunk
- Throws:
IOException
-
writeChunk
- Specified by:
writeChunk
in classIFFChunk
-
toString
-
thumbnail
-