Beispiel #1
0
 @Override
 public void close() throws IOException {
   super.close();
   if (keyReader != null) {
     keyReader.close();
   }
   if (valueReader != null) {
     valueReader.close();
   }
   if (lengths != null) {
     lengths.close();
   }
 }
 @Override
 public void close() throws IOException {
   super.close();
   if (reader != null) {
     reader.close();
   }
   if (inDictionary != null) {
     inDictionary.close();
   }
   dictionaryValues = null;
 }