示例#1
0
 public override void SetLength(long value)
 {
     length = value;
     inputStream.SetLength(length);
 }