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