in src/main/java/org/apache/sdap/ningester/datatiler/NetCDFItemReader.java [126:134]
public void close() throws ItemStreamException {
try {
this.ds.close();
} catch (IOException e) {
throw new ItemStreamException(e);
}
}