public class PngChunkReader extends Object
| Constructor and Description |
|---|
PngChunkReader() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<PngChunk> |
extract(SequentialReader reader,
Set<PngChunkType> desiredChunkTypes) |
public Iterable<PngChunk> extract(SequentialReader reader, Set<PngChunkType> desiredChunkTypes) throws PngProcessingException, IOException
PngProcessingExceptionIOExceptionCopyright © 2002-2020 Drew Noakes. All Rights Reserved.