1 | static L<S> urldecodeFileNames(L<File> l) {
|
2 | new L<S> out; |
3 | for (File f : l) |
4 | out.add(urldecode(f.getName())); |
5 | ret out; |
6 | } |
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: | #1012084 |
| Snippet name: | urldecodeFileNames |
| Eternal ID of this version: | #1012084/2 |
| Text MD5: | d224c36d477a309d82f38ce845659508 |
| Author: | stefan |
| Category: | javax / io |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-17 11:22:04 |
| Source code size: | 133 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 655 / 696 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |