Package com.couchbase.client.core.util
Class Bytes
java.lang.Object
com.couchbase.client.core.util.Bytes
Defines useful constants and methods regarding bytes.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final byte[]
Holds an empty byte array, so we do not need to create one every time. -
Constructor Summary
-
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()
-
-
Method Details
-
readAllBytes
-