blob: e2b80f4070c933b8287d2f8f9892a7bb22015f5f [file] [log] [blame]
// <auto-generated>
// automatically generated by the FlatBuffers compiler, do not modify
// </auto-generated>
namespace Apache.Arrow.Flatbuf
{
using global::System;
using global::FlatBuffers;
/// Unicode with UTF-8 encoding
internal struct Utf8 : IFlatbufferObject
{
private Table __p;
public ByteBuffer ByteBuffer { get { return __p.bb; } }
public static Utf8 GetRootAsUtf8(ByteBuffer _bb) { return GetRootAsUtf8(_bb, new Utf8()); }
public static Utf8 GetRootAsUtf8(ByteBuffer _bb, Utf8 obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); }
public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; }
public Utf8 __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; }
public static void StartUtf8(FlatBufferBuilder builder) { builder.StartObject(0); }
public static Offset<Utf8> EndUtf8(FlatBufferBuilder builder) {
int o = builder.EndObject();
return new Offset<Utf8>(o);
}
};
}