示例#1
0
 public override int DoSkip(int length)
 {
     return(PGUtil.SkipChars(_stream, length, ref _remainingBytes));
 }