Uses of Class
org.apache.xmlgraphics.image.codec.png.PNGChunk
-
Packages that use PNGChunk Package Description org.apache.xmlgraphics.image.codec.png Contains a PNG image codec. -
-
Uses of PNGChunk in org.apache.xmlgraphics.image.codec.png
Methods in org.apache.xmlgraphics.image.codec.png that return PNGChunk Modifier and Type Method Description static PNGChunk
PNGChunk. readChunk(java.io.DataInputStream distream)
Reads the next chunk from the input stream.
-