Class EncodedDocument


  • @Volatile
    public class EncodedDocument
    extends Object
    The EncodedDocument has everything which is important for a document on the wire and is needed for properly decoding it after reading it.

    While the surface area is pretty small, we consider this advanced API and therefore it is not marked as committed at this point.

    Since:
    3.0.0
    • Method Detail

      • flags

        public int flags()
      • content

        public byte[] content()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object