Esempio n. 1
0
 /// <summary>
 /// A utility function to copy and return the ByteBuffer data as a
 /// `byte[]`.
 /// </summary>
 /// <returns>
 /// A full copy of the FlatBuffer data.
 /// </returns>
 public byte[] SizedByteArray()
 {
     return(_bb.ToSizedArray());
 }