1 | static FileOutputStream fileOutputStream(File path) ctex {
|
2 | ret newFileOutputStream(path); |
3 | } |
4 | |
5 | |
6 | |
7 | static FileOutputStream fileOutputStream(S path) ctex {
|
8 | ret newFileOutputStream(path); |
9 | } |
10 | |
11 | |
12 | |
13 | static FileOutputStream fileOutputStream(File path, bool append) ctex {
|
14 | ret newFileOutputStream(path, append); |
15 | } |
16 | |
17 | |
18 | |
19 | static FileOutputStream fileOutputStream(S path, bool append) ctex {
|
20 | ret newFileOutputStream(path, append); |
21 | } |
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: | 438 / 481 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |