Package org.jivesoftware.smack.util
Class ByteUtils
- java.lang.Object
-
- org.jivesoftware.smack.util.ByteUtils
-
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 byte[]
concat(byte[] arrayOne, byte[] arrayTwo)
Concatenate two byte arrays.
-
-
-
Constructor Detail
-
ByteUtils
public ByteUtils()
-
-
Method Detail
-
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.
-
-