Class ByteUtils


  • @NotNullByDefault
    public class ByteUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ByteUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void writeUint16​(int src, byte[] dest, int offset)  
      • Methods inherited from class java.lang.Object

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

      • ByteUtils

        public ByteUtils()
    • Method Detail

      • writeUint16

        public static void writeUint16​(int src,
                                       byte[] dest,
                                       int offset)