예제 #1
0
 public override int DoSkip(int length)
 {
     return(PGUtil.SkipEscapedBytes(_stream, buffer, length, ref _remainingBytes));
 }