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

6
LINES

< > BotCompany Repo | #1033496 // inputStreamToBCEL - analyze a .class file with BCEL

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

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

!include once #1019934 // BCEL

static JavaClass inputStreamToBCEL(InputStream in, S fileName) ctex {
  temp in;
  ret in == null ?: new ClassParser(in, or2(fileName, "?.class")).parse();
}

Author comment

Began life as a copy of #1012233

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033496
Snippet name: inputStreamToBCEL - analyze a .class file with BCEL
Eternal ID of this version: #1033496/1
Text MD5: 67ab5e370d3b3e7b7f137edf14be9cb8
Transpilation MD5: b1aa142533f97b8414c8558d58936595
Author: stefan
Category: javax / byte code
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-29 07:01:40
Source code size: 194 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 79 / 111
Referenced in: [show references]