Class Transcoder.EncodedValue

java.lang.Object
com.couchbase.client.java.codec.Transcoder.EncodedValue
All Implemented Interfaces:
CoreEncodedContent
Enclosing interface:
Transcoder

public static class Transcoder.EncodedValue extends Object implements CoreEncodedContent
Represents the tuple of encoded value and flags to be used on the wire.
  • Constructor Details

    • EncodedValue

      public EncodedValue(byte[] encoded, int flags)
  • Method Details