public void readFields(DataInput in) throws IOException {
   resetForm();
   RAMDirectoryUtil.readRAMFiles(in, dir);
 }