Uses of Class
org.apache.commons.imaging.formats.webp.WebPChunkType
-
Packages that use WebPChunkType Package Description org.apache.commons.imaging.formats.webp The WebP image format. -
-
Uses of WebPChunkType in org.apache.commons.imaging.formats.webp
Fields in org.apache.commons.imaging.formats.webp declared as WebPChunkType Modifier and Type Field Description private WebPChunkType[]WebPImageParser.ChunksReader. chunkTypesprivate static WebPChunkType[]WebPChunkType. typesMethods in org.apache.commons.imaging.formats.webp that return WebPChunkType Modifier and Type Method Description (package private) static WebPChunkTypeWebPChunkType. findType(int chunkType)static WebPChunkTypeWebPChunkType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebPChunkType[]WebPChunkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.commons.imaging.formats.webp with parameters of type WebPChunkType Constructor Description ChunksReader(ByteSource byteSource, WebPChunkType... chunkTypes)
-