示例#1
0
 public override int Read(System.Char[] cbuf, int off, int len)
 {
     return(input.Read(cbuf, off, len));
 }