Class FlexBuffers.Object

  • Direct Known Subclasses:
    FlexBuffers.Key, FlexBuffers.Sized
    Enclosing class:
    FlexBuffers

    private abstract static class FlexBuffers.Object
    extends java.lang.Object
    Base class of all types below. Points into the data buffer and allows access to one type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) ReadBuf bb  
      (package private) int byteWidth  
      (package private) int end  
    • Constructor Summary

      Constructors 
      Constructor Description
      Object​(ReadBuf buff, int end, int byteWidth)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      abstract java.lang.StringBuilder toString​(java.lang.StringBuilder sb)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • end

        int end
      • byteWidth

        int byteWidth
    • Constructor Detail

      • Object

        Object​(ReadBuf buff,
               int end,
               int byteWidth)
    • Method Detail

      • toString

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

        public abstract java.lang.StringBuilder toString​(java.lang.StringBuilder sb)