Class StoreBytes


  • class StoreBytes
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StoreBytes()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int storeU16​(byte[] dst, int offset, int x)  
      static int storeU32​(byte[] dst, int offset, int x)  
      • Methods inherited from class java.lang.Object

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

      • StoreBytes

        StoreBytes()
    • Method Detail

      • storeU32

        public static int storeU32​(byte[] dst,
                                   int offset,
                                   int x)
      • storeU16

        public static int storeU16​(byte[] dst,
                                   int offset,
                                   int x)