Class ByteUtils

java.lang.Object
org.jivesoftware.smack.util.ByteUtils

public class ByteUtils extends Object
  • Constructor Details

  • Method Details

    • concat

      public static byte[] concat(byte[] arrayOne, byte[] arrayTwo)
      Concatenate two byte arrays.
      Parameters:
      arrayOne - the first input array.
      arrayTwo - the second input array
      Returns:
      the concatenation of the first and second input array.