Package com.drew.imaging.png
Class PngChunkReader
java.lang.Object
com.drew.imaging.png.PngChunkReader
- Author:
- Drew Noakes https://drewnoakes.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextract(SequentialReader reader, Set<PngChunkType> desiredChunkTypes)
-
Constructor Details
-
PngChunkReader
public PngChunkReader()
-
-
Method Details
-
extract
public Iterable<PngChunk> extract(SequentialReader reader, Set<PngChunkType> desiredChunkTypes) throws PngProcessingException, IOException - Throws:
PngProcessingExceptionIOException
-