Exemplo n.º 1
0
 @Override
 public void write(DataOutput out) throws IOException {
   /*if(!(out instanceof OutputStream)){
   	throw new RuntimeException("dataoutput ist doof"+out.getClass().getName());
   }*/
   tree.write(out);
 }