Class DPELChunk
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.iff.IFFChunk
-
- com.twelvemonkeys.imageio.plugins.iff.DPELChunk
-
final class DPELChunk extends IFFChunk
DPELChunk.- Version:
- $Id: DPELChunk.java,v 1.0 01/02/2022 haraldk Exp$
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
DPELChunk.TypeDepth
-
Field Summary
Fields Modifier and Type Field Description (package private) DPELChunk.TypeDepth[]
typeDepths
-
Fields inherited from class com.twelvemonkeys.imageio.plugins.iff.IFFChunk
chunkId, chunkLength
-
-
Constructor Summary
Constructors Constructor Description DPELChunk(int chunkLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
bitsPerPixel()
(package private) void
readChunk(java.io.DataInput input)
java.lang.String
toString()
(package private) void
writeChunk(java.io.DataOutput output)
-
-
-
Field Detail
-
typeDepths
DPELChunk.TypeDepth[] typeDepths
-
-
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
-
bitsPerPixel
public int bitsPerPixel()
-
-