Class VP8xChunk


  • final class VP8xChunk
    extends RIFFChunk
    A special VP8* RIFF chunk, used as the first chunk of a WebP file.
    • 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.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • width

        int width
      • height

        int height
      • isLossless

        boolean isLossless
      • containsICCP

        boolean containsICCP
      • containsALPH

        boolean containsALPH
      • containsEXIF

        boolean containsEXIF
      • containsXMP_

        boolean containsXMP_
      • containsANIM

        boolean containsANIM
    • Constructor Detail

      • VP8xChunk

        VP8xChunk​(int fourCC,
                  long length,
                  long offset)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class RIFFChunk