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

10
LINES

< > BotCompany Repo | #1033511 // bcelSave - BCEL to .class

JavaX fragment (include) [tags: use-pretranspiled]

Uses 1311K of libraries. Click here for Pure Java version (4540L/25K).

!include once #1019934 // BCEL

import org.apache.bcel.classfile.Attribute;
import org.apache.bcel.classfile.SourceFile;
import org.apache.bcel.generic.*;

static File bcelSave(JavaClass c, File out) ctex {
  c.dump(out);
  ret out;
}

Author comment

Began life as a copy of #1033497

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033511
Snippet name: bcelSave - BCEL to .class
Eternal ID of this version: #1033511/5
Text MD5: b2248586c57043a2d8179a073a06eee5
Transpilation MD5: 3a432586f589542c852213c0bef0c330
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-29 09:19:56
Source code size: 243 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 78 / 120
Version history: 4 change(s)
Referenced in: [show references]