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
PngProcessingException
IOException
Copyright © 2020. All rights reserved.