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