static FileOutputStream newFileOutputStream_append(File path) throws IOException { ret newFileOutputStream(path, true); } static FileOutputStream newFileOutputStream_append(S path) throws IOException { ret newFileOutputStream(path, true); }