Beispiel #1
0
 public void AddFragment(ByteBuffer fragment)
 {
     _fragments.Add(fragment);
 }
Beispiel #2
0
 public void SetOffsetTable(ByteBuffer table)
 {
     _table = new List<uint>();
     _table.AddRange(table.ToUInt32s());
 }