Example #1
0
 public void AddBytesNeeded(long bytes)
 {
     this.bytesNeeded += bytes;
     pool.AddBytesNeeded(bytes);
 }