1 | static PNGFile copyPNGFile(PNGFile p) {
|
2 | new PNGFile b; |
3 | copyFile(p.pngFile(), b.pngFile()); |
4 | ret b; |
5 | } |
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: | #1006630 |
| Snippet name: | copyPNGFile (copy PNGFile concept with new file) |
| Eternal ID of this version: | #1006630/1 |
| Text MD5: | 92b639bf594d875049d6be63ac5da673 |
| Author: | stefan |
| Category: | javax / concepts |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-01-23 15:58:17 |
| Source code size: | 109 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 740 / 751 |
| Referenced in: | [show references] |