public class PngChunkIDAT extends PngChunkMultiple
see http://www.w3.org/TR/PNG/#11IDAT
This is dummy placeholder - we write/read this chunk (actually several) by special code.
PngChunk.ChunkOrderingConstraint| Constructor and Description |
|---|
PngChunkIDAT(ImageInfo i) |
| Modifier and Type | Method and Description |
|---|---|
PngChunkIDAT |
cloneForWrite(ImageInfo imgInfo)
Makes a copy of the chunk.
|
ChunkRaw |
createRawChunk()
Creates the physical chunk.
|
PngChunk.ChunkOrderingConstraint |
getOrderingConstraint()
|
void |
parseFromRaw(ChunkRaw c)
Parses raw chunk and fill inside data.
|
allowsMultiplecreateEmptyChunk, getChunkGroup, getLen, getOffset, getRaw, hasPriority, setPriority, toStringpublic static final String ID
public PngChunkIDAT(ImageInfo i)
public PngChunk.ChunkOrderingConstraint getOrderingConstraint()
PngChunkgetOrderingConstraint in class PngChunkpublic ChunkRaw createRawChunk()
PngChunkcreateRawChunk in class PngChunkpublic void parseFromRaw(ChunkRaw c)
PngChunkparseFromRaw in class PngChunkpublic PngChunkIDAT cloneForWrite(ImageInfo imgInfo)
PngChunkThis is used when copying chunks from a reader to a writer
This is usually a (shallow) copy, and after the cloning this.equals(other) should return true
cloneForWrite in class PngChunkCopyright © 2013. All rights reserved.