Class Utf8Utils


  • public final class Utf8Utils
    extends java.lang.Object
    Since:
    10/11/2016
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isWellFormed​(byte[] bytes)  
      static boolean isWellFormed​(byte[] bytes, int off, int len)  
      • Methods inherited from class java.lang.Object

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

      • isWellFormed

        public static boolean isWellFormed​(byte[] bytes)
      • isWellFormed

        public static boolean isWellFormed​(byte[] bytes,
                                           int off,
                                           int len)