Class StreamingPage.Chunk.BodyChunk<EntityHeader>

    • Method Detail

      • data

        @NonNull
        public @NonNull java.nio.ByteBuffer data()
        The chunk's byte data. The ByteBuffer will have its entire capacity used (i.e. Buffer.position() == 0 and == capacity). When returned from StreamingPage, the buffer will not be shared and may be freely modified.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object