close method

void close()

Implementation

void close() {
  if (!_stream.isClosed) {
    _stream.close();
  }
}