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