Uses of Interface
com.google.flatbuffers.ReadWriteBuf
-
-
Uses of ReadWriteBuf in com.google.flatbuffers
Classes in com.google.flatbuffers that implement ReadWriteBuf Modifier and Type Class Description classArrayReadWriteBufImplementsReadBufusing an array of bytes as a backing storage.classByteBufferReadWriteBufMethods in com.google.flatbuffers that return ReadWriteBuf Modifier and Type Method Description ReadWriteBufFlexBuffersBuilder. getBuffer()Return `ByteBuffer` containing FlexBuffer message.Constructors in com.google.flatbuffers with parameters of type ReadWriteBuf Constructor Description FlexBuffersBuilder(ReadWriteBuf bb, int flags)
-