Uses of Class gnu.javax.imageio.png.PNGException

Uses in package gnu.javax.imageio.png

Constructors which throw type gnu.javax.imageio.png.PNGException

Creates a PNG file from an existing BufferedImage.
Creates a PNGFile object from an InputStream.
PNGGamma.PNGGamma(int type, byte[] data, int crc)
Constructor for reading a generic chunk.
PNGHeader.PNGHeader(int type, byte[] data, int crc)
Parses a PNG Header chunk.
PNGICCProfile.PNGICCProfile(int type, byte[] data, int crc)
PNGPalette.PNGPalette(int type, byte[] data, int crc)
Constructor for reading a generic chunk.
PNGPhys.PNGPhys(int type, byte[] data, int crc)
Constructor for reading a generic chunk.
PNGTime.PNGTime(int type, byte[] data, int crc)

Methods which throw type gnu.javax.imageio.png.PNGException

void
Decodes a data chunk.
PNGChunk
PNGChunk.readChunk(InputStream in, boolean strict)
Loads a chunk from an InputStream.