Warning: session_start(): open(/var/lib/php/sessions/sess_54qe336r1rj3cpau166rgmel5s, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
fileOutputStream - synonym of newFileOutputStream [1030592]

Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

21
LINES

< > BotCompany Repo | #1030592 // fileOutputStream - synonym of newFileOutputStream

JavaX fragment (include)

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);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030592
Snippet name: fileOutputStream - synonym of newFileOutputStream
Eternal ID of this version: #1030592/2
Text MD5: 038096d9c642b59b3b891a10083c92d9
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-01-14 03:49:38
Source code size: 440 bytes / 21 lines
Pitched / IR pitched: No / No
Views / Downloads: 612 / 618
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)