Ejemplo n.º 1
0
 public IByteStream Slice(int start, int len)
 {
     return(_stream.Slice(start, len));
 }