src/java/grl/src/grl/flatbuffer/Disabled.java
Go to the documentation of this file.
1 // automatically generated by the FlatBuffers compiler, do not modify
2 
3 package grl.flatbuffer;
4 
5 import java.nio.*;
6 import java.lang.*;
7 import java.util.*;
8 import com.google.flatbuffers.*;
9 
10 @SuppressWarnings("unused")
11 public final class Disabled extends Table {
12  public static Disabled getRootAsDisabled(ByteBuffer _bb) { return getRootAsDisabled(_bb, new Disabled()); }
13  public static Disabled getRootAsDisabled(ByteBuffer _bb, Disabled obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (obj.__init(_bb.getInt(_bb.position()) + _bb.position(), _bb)); }
14  public Disabled __init(int _i, ByteBuffer _bb) { bb_pos = _i; bb = _bb; return this; }
15 
16 
17  public static void startDisabled(FlatBufferBuilder builder) { builder.startObject(0); }
18  public static int endDisabled(FlatBufferBuilder builder) {
19  int o = builder.endObject();
20  return o;
21  }
22 }
23 
static Disabled getRootAsDisabled(ByteBuffer _bb)
static void startDisabled(FlatBufferBuilder builder)
static int endDisabled(FlatBufferBuilder builder)
static Disabled getRootAsDisabled(ByteBuffer _bb, Disabled obj)