rebased fork

This commit is contained in:
Maor Itzkovitch
2015-08-07 18:59:59 +03:00
40 changed files with 1103 additions and 618 deletions

View File

@@ -48,6 +48,11 @@ namespace FlatBuffers
set { _pos = value; }
}
public void Reset()
{
_pos = 0;
}
// Pre-allocated helper arrays for convertion.
private float[] floathelper = new[] { 0.0f };
private int[] inthelper = new[] { 0 };