public class DeflatedChunkReader extends ChunkReader
ChunkReader.ChunkReaderMode| Modifier and Type | Field and Description |
|---|---|
protected boolean |
alsoBuffer |
protected DeflatedChunksSet |
deflatedChunksSet |
mode, read| Constructor and Description |
|---|
DeflatedChunkReader(int clen,
String chunkid,
boolean checkCrc,
long offsetInPng,
DeflatedChunksSet iDatSet) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
chunkDone()
Nothing to do
|
protected void |
processData(byte[] buf,
int off,
int len)
Delegates to ChunkReaderDeflatedSet.processData()
|
void |
setAlsoBuffer()
In some rare cases you might want to also buffer the data?
|
equals, feedBytes, getChunkRaw, hashCode, isDone, setCrcCheck, toStringprotected final DeflatedChunksSet deflatedChunksSet
protected boolean alsoBuffer
public DeflatedChunkReader(int clen,
String chunkid,
boolean checkCrc,
long offsetInPng,
DeflatedChunksSet iDatSet)
protected void processData(byte[] buf,
int off,
int len)
processData in class ChunkReaderprotected void chunkDone()
chunkDone in class ChunkReaderpublic void setAlsoBuffer()
Copyright © 2013. All rights reserved.