Ejemplo n.º 1
0
 public void store(OutputStream os) {
   store2(new PrintWriter(os), null);
 }
Ejemplo n.º 2
0
 public void store(OutputStream os, String header) {
   store2(new PrintWriter(os), header);
 }
Ejemplo n.º 3
0
 public void store(PrintWriter writer) {
   store2(writer, null);
 }