Package com.couchbase.client.java.codec
Class Transcoder.EncodedValue
java.lang.Object
com.couchbase.client.java.codec.Transcoder.EncodedValue
- Enclosing interface:
- Transcoder
public static class Transcoder.EncodedValue extends Object
Represents the tuple of encoded value and flags to be used on the wire.
-
Constructor Summary
Constructors Constructor Description EncodedValue(byte[] encoded, int flags)
-
Method Summary
-
Constructor Details
-
EncodedValue
public EncodedValue(byte[] encoded, int flags)
-
-
Method Details
-
encoded
public byte[] encoded() -
flags
public int flags()
-