Class Bytes


  • public class Bytes
    extends Object
    • Constructor Detail

      • Bytes

        public Bytes()
    • Method Detail

      • getBytes

        public static byte[] getBytes​(long l)
      • getBytes

        public static byte[] getBytes​(int i)
      • getBytes

        public static byte[] getBytes​(short s)
      • getLong

        public static long getLong​(byte[] byteArray)
      • getInt

        public static int getInt​(byte[] byteArray)
      • getShort

        public static short getShort​(byte[] byteArray)