public class ChunkSeqBuffering extends ChunkSeqReader
Modifier and Type | Field and Description |
---|---|
protected boolean |
checkCrc |
SIGNATURE_LEN, withSignature
Constructor and Description |
---|
ChunkSeqBuffering() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isIdatKind(String id)
Decides if this Chunk is of "IDAT" kind (in concrete: if it is, and if it's not to be skiped, a DeflatedChunksSet
will be created to deflate it and process+ the deflated data)
This implementation always returns always false
|
void |
setCheckCrc(boolean checkCrc) |
protected boolean |
shouldCheckCrc(int len,
String id) |
checkSignature, close, consume, createChunkReaderForNewChunk, createIdatSet, endChunkId, feedAll, feedFromFile, feedFromInputStream, feedFromInputStream, firstChunkId, getBytesCount, getChunkCount, getCurChunkReader, getCurReaderDeflatedSet, getIdatBytes, isAtChunkBoundary, isDone, isSignatureDone, postProcessChunk, shouldSkipContent, startNewChunk
protected boolean isIdatKind(String id)
ChunkSeqReader
isIdatKind
in class ChunkSeqReader
protected boolean shouldCheckCrc(int len, String id)
shouldCheckCrc
in class ChunkSeqReader
public void setCheckCrc(boolean checkCrc)
Copyright © 2014. All rights reserved.