Libraryless. Click here for Pure Java version (2786L/16K).
1 | static FileOutputStream newFileOutputStream_append(File path) ctex {
|
2 | ret newFileOutputStream(path, true); |
3 | } |
4 | |
5 | static FileOutputStream newFileOutputStream_append(S path) ctex {
|
6 | ret newFileOutputStream(path, true); |
7 | } |
Began life as a copy of #1005691
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031099 |
| Snippet name: | newFileOutputStream_append |
| Eternal ID of this version: | #1031099/3 |
| Text MD5: | 4c33a362b65e178d5e593d939523e509 |
| Transpilation MD5: | ca263541bf3920644ddbb4d64af813df |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-05-01 16:27:46 |
| Source code size: | 223 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 460 / 595 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |