Class XS24Chunk
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.iff.IFFChunk
-
- com.twelvemonkeys.imageio.plugins.iff.XS24Chunk
-
final class XS24Chunk extends IFFChunk
XS24Chunk.- Version:
- $Id: XS24Chunk.java,v 1.0 01/02/2022 haraldk Exp$
-
-
Constructor Summary
Constructors Constructor Description XS24Chunk(int chunkLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
readChunk(java.io.DataInput input)
java.awt.image.BufferedImage
thumbnail()
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
-
thumbnail
public java.awt.image.BufferedImage thumbnail()
-
-