Libraryless. Click here for Pure Java version (2553L/16K).
static DataOutputStream dataOutputStream(File f) ctex { ret new DataOutputStream(bufferedOutputStream(newFileOutputStream(f))); } static DataOutputStream dataOutputStream(OutputStream out) ctex { ret new DataOutputStream(out); }
Began life as a copy of #1024955
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1029364 |
Snippet name: | dataOutputStream |
Eternal ID of this version: | #1029364/2 |
Text MD5: | 3e34c7a89902abc02b0d49f3caae4075 |
Transpilation MD5: | fdb9f02e3ddef3da19d893af473d2268 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-08-02 18:23:51 |
Source code size: | 239 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 223 / 322 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1034297 - bytesFromDataOutputStream |