Package com.couchbase.client.java.codec
Class Transcoder.EncodedValue
java.lang.Object
com.couchbase.client.java.codec.Transcoder.EncodedValue
- All Implemented Interfaces:
CoreEncodedContent
- Enclosing interface:
- Transcoder
Represents the tuple of encoded value and flags to be used on the wire.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
EncodedValue
public EncodedValue(byte[] encoded, int flags)
-
-
Method Details
-
encoded
public byte[] encoded()- Specified by:
encoded
in interfaceCoreEncodedContent
-
flags
public int flags()- Specified by:
flags
in interfaceCoreEncodedContent
-