close method

void close()

Close the buffered reader

Implementation

void close() {
  _closed = true;
}