Class Woff2Converter


  • public class Woff2Converter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Woff2Converter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] convert​(byte[] woff2Bytes)  
      static boolean isWoff2Font​(byte[] woff2Bytes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Woff2Converter

        public Woff2Converter()
    • Method Detail

      • isWoff2Font

        public static boolean isWoff2Font​(byte[] woff2Bytes)
      • convert

        public static byte[] convert​(byte[] woff2Bytes)