public class PngReaderDummy extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ChunkRaw> |
chunks |
protected ChunkSeqReader |
chunkseq |
protected boolean |
includeIdat |
protected BufferedStreamFeeder |
streamFeeder |
| Constructor and Description |
|---|
PngReaderDummy(File file) |
PngReaderDummy(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
List<ChunkRaw> |
getChunks() |
void |
readAll() |
void |
setIncludeIdat(boolean includeIdat) |
void |
setShouldCloseStream(boolean shouldCloseStream) |
protected boolean |
shouldStoreChunkOnList(ChunkRaw raw) |
protected ChunkSeqReader chunkseq
protected final BufferedStreamFeeder streamFeeder
protected boolean includeIdat
public PngReaderDummy(InputStream inputStream)
public PngReaderDummy(File file)
public void setShouldCloseStream(boolean shouldCloseStream)
public void readAll()
protected boolean shouldStoreChunkOnList(ChunkRaw raw)
public void setIncludeIdat(boolean includeIdat)
Copyright © 2013. All rights reserved.