Beispiel #1
0
 public IByteStream AdjustCapacity(int newCapacity)
 {
     return(_stream.AdjustCapacity(newCapacity));
 }