Uses of Class
org.eclipse.swt.internal.image.PngChunkReader
Packages that use PngChunkReader
Package
Description
SWT internal image loading/saving support classes.
-
Uses of PngChunkReader in org.eclipse.swt.internal.image
Fields in org.eclipse.swt.internal.image declared as PngChunkReaderMethods in org.eclipse.swt.internal.image with parameters of type PngChunkReaderModifier and TypeMethodDescription(package private) voidPNGFileFormat.readNextChunk(PngChunkReader chunkReader) Read and handle the next chunk of data from the PNG file.(package private) voidPNGFileFormat.readPixelData(PngIdatChunk chunk, PngChunkReader chunkReader) Read the image data from the data stream.Constructors in org.eclipse.swt.internal.image with parameters of type PngChunkReader