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: 136 / 173
Version history: 1 change(s)
Referenced in: [show references]