static FileOutputStream fileOutputStream(File path) { ret newFileOutputStream(path); } static FileOutputStream fileOutputStream(S path) { ret newFileOutputStream(path); } static FileOutputStream fileOutputStream(File path, bool append) { ret newFileOutputStream(path, append); } static FileOutputStream fileOutputStream(S path, bool append) { ret newFileOutputStream(path, append); }