Ejemplo n.º 1
0
 public void readFields(DataInput in) throws IOException {
   resetForm();
   RAMDirectoryUtil.readRAMFiles(in, dir);
 }
Ejemplo n.º 2
0
  public void write(DataOutput out) throws IOException {

    String[] files = dir.listAll();
    RAMDirectoryUtil.writeRAMFiles(out, dir, files);
  }