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

5
LINES

< > BotCompany Repo | #1006630 // copyPNGFile (copy PNGFile concept with new file)

JavaX fragment (include)

static PNGFile copyPNGFile(PNGFile p) {
  new PNGFile b;
  copyFile(p.pngFile(), b.pngFile());
  ret b;
}

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: 452 / 457
Referenced in: [show references]