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

3
LINES

< > BotCompany Repo | #1011768 // newGZIPOutputStream

JavaX fragment (include)

static GZIPOutputStream newGZIPOutputStream(File f) ctex {
  ret new GZIPOutputStream(newFileOutputStream(f));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1011768
Snippet name: newGZIPOutputStream
Eternal ID of this version: #1011768/2
Text MD5: 1bd95afc7b5427189b31625e7d151994
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-05 02:41:21
Source code size: 114 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 341 / 399
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1011775 - newGZIPInputStream
#1031078 - gzipOutputStream_syncFlush - for incremental logging but probably doesn't work because gzip needs a trailer