Package com.couchbase.client.core.util
Class Bytes
java.lang.Object
com.couchbase.client.core.util.Bytes
public class Bytes extends Object
Defines useful constants and methods with regards to bytes.
-
Field Summary
Fields Modifier and Type Field Description static byte[]
EMPTY_BYTE_ARRAY
Holds an empty byte array, so we do not need to create one every time. -
Constructor Summary
Constructors Constructor Description Bytes()
-
Method Summary
-
Field Details
-
EMPTY_BYTE_ARRAY
public static final byte[] EMPTY_BYTE_ARRAYHolds an empty byte array, so we do not need to create one every time.
-
-
Constructor Details
-
Bytes
public Bytes()
-