Class IFFChunk
java.lang.Object
com.twelvemonkeys.imageio.plugins.iff.IFFChunk
- Direct Known Subclasses:
AbstractMultiPaletteChunk
,BMHDChunk
,BODYChunk
,CAMGChunk
,CMAPChunk
,DGBLChunk
,DLOCChunk
,DPELChunk
,GenericChunk
,GRABChunk
,XS24Chunk
IFFChunk
- Version:
- $Id: IFFChunk.java,v 1.0 28.feb.2006 00:00:45 haku Exp$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract void
protected static void
toString()
(package private) abstract void
writeChunk
(DataOutput output)
-
Field Details
-
chunkId
int chunkId -
chunkLength
int chunkLength
-
-
Constructor Details
-
IFFChunk
protected IFFChunk(int chunkId, int chunkLength)
-
-
Method Details
-
readChunk
- Throws:
IOException
-
writeChunk
- Throws:
IOException
-
skipData
protected static void skipData(DataInput input, int chunkLength, int dataReadSoFar) throws IOException - Throws:
IOException
-
toString
-