Uses of Enum
org.apache.commons.imaging.formats.png.ChunkType
Packages that use ChunkType
-
Uses of ChunkType in org.apache.commons.imaging.formats.png
Subclasses with type arguments of type ChunkType in org.apache.commons.imaging.formats.pngMethods in org.apache.commons.imaging.formats.png that return ChunkTypeModifier and TypeMethodDescriptionstatic ChunkTypeReturns the enum constant of this type with the specified name.static ChunkType[]ChunkType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.imaging.formats.png with parameters of type ChunkTypeModifier and TypeMethodDescriptionPngImageParser.filterChunks(List<PngChunk> chunks, ChunkType type) booleanPngImageParser.hasChunkType(ByteSource byteSource, ChunkType chunkType) private booleanPngImageParser.readChunks(InputStream is, ChunkType[] chunkTypes, boolean returnAfterFirst) PngImageParser.readChunks(ByteSource byteSource, ChunkType[] chunkTypes, boolean returnAfterFirst) private voidPngWriter.writeChunk(OutputStream os, ChunkType chunkType, byte[] data)