Package io.objectbox.flatbuffers
Class FlexBuffers.Sized
- java.lang.Object
-
- io.objectbox.flatbuffers.FlexBuffers.Object
-
- io.objectbox.flatbuffers.FlexBuffers.Sized
-
- Direct Known Subclasses:
FlexBuffers.Blob,FlexBuffers.Vector
- Enclosing class:
- FlexBuffers
private abstract static class FlexBuffers.Sized extends FlexBuffers.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected intsize-
Fields inherited from class io.objectbox.flatbuffers.FlexBuffers.Object
bb, byteWidth, end
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intsize()-
Methods inherited from class io.objectbox.flatbuffers.FlexBuffers.Object
toString, toString
-
-
-
-
Constructor Detail
-
Sized
Sized(ReadBuf buff, int end, int byteWidth)
-
-