Uses of Interface
io.objectbox.flatbuffers.ReadBuf
-
Packages that use ReadBuf Package Description io.objectbox.flatbuffers -
-
Uses of ReadBuf in io.objectbox.flatbuffers
Subinterfaces of ReadBuf in io.objectbox.flatbuffers Modifier and Type Interface Description interfaceReadWriteBufInterface to represent a read-write buffer.Classes in io.objectbox.flatbuffers that implement ReadBuf Modifier and Type Class Description classArrayReadWriteBufImplementsReadBufusing an array of bytes as a backing storage.classByteBufferReadWriteBufFields in io.objectbox.flatbuffers declared as ReadBuf Modifier and Type Field Description (package private) ReadBufFlexBuffers.Object. bbprivate ReadBufFlexBuffers.Reference. bbprivate static ReadBufFlexBuffers. EMPTY_BBMethods in io.objectbox.flatbuffers with parameters of type ReadBuf Modifier and Type Method Description private intFlexBuffers.Map. compareBytes(ReadBuf bb, int start, byte[] other)static FlexBuffers.ReferenceFlexBuffers. getRoot(ReadBuf buffer)Reads a FlexBuffer message in ReadBuf and returnsFlexBuffers.Referenceto the root element.private static intFlexBuffers. indirect(ReadBuf bb, int offset, int byteWidth)private static doubleFlexBuffers. readDouble(ReadBuf buff, int end, int byteWidth)private static intFlexBuffers. readInt(ReadBuf buff, int end, int byteWidth)private static longFlexBuffers. readLong(ReadBuf buff, int end, int byteWidth)private static longFlexBuffers. readUInt(ReadBuf buff, int end, int byteWidth)Constructors in io.objectbox.flatbuffers with parameters of type ReadBuf Constructor Description Blob(ReadBuf buff, int end, int byteWidth)Key(ReadBuf buff, int end, int byteWidth)Map(ReadBuf bb, int end, int byteWidth)Object(ReadBuf buff, int end, int byteWidth)Reference(ReadBuf bb, int end, int parentWidth, int packedType)Reference(ReadBuf bb, int end, int parentWidth, int byteWidth, int type)Sized(ReadBuf buff, int end, int byteWidth)TypedVector(ReadBuf bb, int end, int byteWidth, int elemType)Vector(ReadBuf bb, int end, int byteWidth)
-