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

5
LINES

< > BotCompany Repo | #1009762 // fileNamesInZip - synonym of listZipFile

JavaX fragment (include)

  // lists files only - who needs to list directories?!
  // lists in typical .zip fashion - dir1/dir2/bla.txt
  static L<S> fileNamesInZip(ZipFile zip) {
    ret listZipFile(zip);
  }

Author comment

Began life as a copy of #1002103

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1009762
Snippet name: fileNamesInZip - synonym of listZipFile
Eternal ID of this version: #1009762/1
Text MD5: bea1bb994b49ebbecc6bd03aafc4f9dd
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-16 03:16:11
Source code size: 190 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 429 / 438
Referenced in: [show references]