Class SlotFormat

    • Constructor Detail

      • SlotFormat

        protected SlotFormat()
    • Method Detail

      • forHandlerVersion

        public static final SlotFormat forHandlerVersion​(int handlerVersion)
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        protected abstract int handlerVersion()
      • isIndirectedWithinSlot

        public abstract boolean isIndirectedWithinSlot​(TypeHandler4 handler)
      • doWithSlotIndirection

        public java.lang.Object doWithSlotIndirection​(ReadBuffer buffer,
                                                      Closure4 closure)
      • writeObjectClassID

        public void writeObjectClassID​(ByteArrayBuffer buffer,
                                       int id)
      • skipMarshallerInfo

        public void skipMarshallerInfo​(ByteArrayBuffer reader)