示例#1
0
 public Field createField(DataInputStream in) throws IOException {
   Field f = new Field(in, this);
   f.initialize();
   return f;
 }