示例#1
0
 public virtual void WriteBlock(byte[] data, int startIndex, int length)
 {
     baseStream.WriteBlock(data, startIndex, length);
 }