Class VP8xChunk
- java.lang.Object
-
- com.twelvemonkeys.imageio.plugins.webp.RIFFChunk
-
- com.twelvemonkeys.imageio.plugins.webp.VP8xChunk
-
final class VP8xChunk extends RIFFChunk
A special VP8* RIFF chunk, used as the first chunk of a WebP file.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleancontainsALPH(package private) booleancontainsANIM(package private) booleancontainsEXIF(package private) booleancontainsICCP(package private) booleancontainsXMP_(package private) intheight(package private) booleanisLossless(package private) intwidth
-
Constructor Summary
Constructors Constructor Description VP8xChunk(int fourCC, long length, long offset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-