Class Bytes


  • public final class Bytes
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] decompress​(byte[] data, int[] xteaKeys)  
      static int join​(byte[] bytes, int offset)  
      • Methods inherited from class java.lang.Object

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

      • decompress

        public static byte[] decompress​(byte[] data,
                                        int[] xteaKeys)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • join

        public static int join​(byte[] bytes,
                               int offset)