Class 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 Detail

      • EncodedValue

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

      • encoded

        public byte[] encoded()
      • flags

        public int flags()