示例#1
0
 private void _flushBuffer() throws IOException {
   if (bufferingMode == BufferingMode.Direct) {
     reader.flush();
   }
 }