Uses of Class
com.google.flatbuffers.reflection.Schema
-
Packages that use Schema Package Description com.google.flatbuffers.reflection -
-
Uses of Schema in com.google.flatbuffers.reflection
Methods in com.google.flatbuffers.reflection that return Schema Modifier and Type Method Description SchemaSchema. __assign(int _i, ByteBuffer _bb)SchemaSchema.Vector. get(int j)SchemaSchema.Vector. get(Schema obj, int j)static SchemaSchema. getRootAsSchema(ByteBuffer _bb)static SchemaSchema. getRootAsSchema(ByteBuffer _bb, Schema obj)Methods in com.google.flatbuffers.reflection with parameters of type Schema Modifier and Type Method Description SchemaSchema.Vector. get(Schema obj, int j)static SchemaSchema. getRootAsSchema(ByteBuffer _bb, Schema obj)
-