コード例 #1
0
 @Override
 public void close() throws IOException {
   MMFUtil.unmap(indexMappedByteBuffer);
   indexMappedByteBuffer = null;
   super.close();
 }