示例#1
0
 public void writeSpecial(File f, String[] snames, int s, int e) {
   try {
     writeSpecial(new PrintStream(new FileOutputStream(f)), snames, s, e);
   } catch (FileNotFoundException e1) {
     // TODO Auto-generated catch block
     e1.printStackTrace();
     throw new RuntimeException("bailing out");
   }
 }