Uses 1311K of libraries. Click here for Pure Java version (4551L/25K).
1 | !include once #1019934 // BCEL |
2 | |
3 | static JavaClass inputStreamToBCEL(InputStream in, S fileName) ctex {
|
4 | temp in; |
5 | ret in == null ?: new ClassParser(in, or2(fileName, "?.class")).parse(); |
6 | } |
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: | 396 / 491 |
| Referenced in: | [show references] |