...

Text file src/github.com/google/flatbuffers/tests/MyGame/InParentNamespaceT.java

Documentation: github.com/google/flatbuffers/tests/MyGame

     1// automatically generated by the FlatBuffers compiler, do not modify
     2
     3package MyGame;
     4
     5import com.google.flatbuffers.BaseVector;
     6import com.google.flatbuffers.BooleanVector;
     7import com.google.flatbuffers.ByteVector;
     8import com.google.flatbuffers.Constants;
     9import com.google.flatbuffers.DoubleVector;
    10import com.google.flatbuffers.FlatBufferBuilder;
    11import com.google.flatbuffers.FloatVector;
    12import com.google.flatbuffers.IntVector;
    13import com.google.flatbuffers.LongVector;
    14import com.google.flatbuffers.ShortVector;
    15import com.google.flatbuffers.StringVector;
    16import com.google.flatbuffers.Struct;
    17import com.google.flatbuffers.Table;
    18import com.google.flatbuffers.UnionVector;
    19import java.nio.ByteBuffer;
    20import java.nio.ByteOrder;
    21
    22public class InParentNamespaceT {
    23
    24
    25  public InParentNamespaceT() {
    26  }
    27}
    28

View as plain text