46474849505152
public void to(String filePath) throws IOException { to(new FileOutputStream(filePath)); } public void to(StringBuilder sb) throws IOException { to(new StringBuilderOutputStream(sb)); }