public override int DoSkip(int length) { return(PGUtil.SkipChars(_stream, length, ref _remainingBytes)); }