Beispiel #1
0
 // Increases the size of the ByteBuffer, and copies the old data towards
 // the end of the new buffer.
 public void GrowFront(int newSize)
 {
     _buffer.GrowFront(newSize);
 }