类 AvifFormatChecker

  • 所有已实现的接口:
    com.facebook.imageformat.ImageFormat.FormatChecker

    public class AvifFormatChecker
    extends java.lang.Object
    implements com.facebook.imageformat.ImageFormat.FormatChecker

    Created by jordanqin on 2023/3/1 21:13. Copyright 2010-2020 Tencent Cloud. All Rights Reserved.

    • 字段概要

      字段 
      修饰符和类型 字段 说明
      static com.facebook.imageformat.ImageFormat AVIF  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      com.facebook.imageformat.ImageFormat determineFormat​(byte[] headerBytes, int headerSize)  
      int getHeaderSize()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • AVIF

        public static final com.facebook.imageformat.ImageFormat AVIF
    • 构造器详细资料

      • AvifFormatChecker

        public AvifFormatChecker()
    • 方法详细资料

      • getHeaderSize

        public int getHeaderSize()
        指定者:
        getHeaderSize 在接口中 com.facebook.imageformat.ImageFormat.FormatChecker
      • determineFormat

        public com.facebook.imageformat.ImageFormat determineFormat​(byte[] headerBytes,
                                                                    int headerSize)
        指定者:
        determineFormat 在接口中 com.facebook.imageformat.ImageFormat.FormatChecker