Paketname | libbcel-java |
Beschreibung | Analyze, create, and manipulate (binary) Java class files |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 5.2-6 |
Sektion | libs |
Priorität | optional |
Installierte Größe | 612 Byte |
Hängt ab von | libregexp-java |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | bcel |
Paketgröße | 492672 Byte |
Prüfsumme MD5 | 6cbb9c4d18a9e1233d0e22fce1adfe9a |
Prüfsumme SHA1 | 6a9a188cc7023a000ebc9b804992e3b3303fdc50 |
Prüfsumme SHA256 | 17c8ddb2dbfe91621016e54201433b55f2083bb5a467ea69743eb93bf5d633d4 |
Link zum Herunterladen | libbcel-java_5.2-6_all.deb |
Ausführliche Beschreibung | The Byte Code Engineering Library is intended to give users a convenient
possibility to analyze, create, and manipulate (binary) Java class files
(those ending with .class). Classes are represented by objects which contain
all the symbolic information of the given class: methods, fields and byte
code instructions, in particular.
.
Such objects can be read from an existing file, be transformed by a program
(e.g. a class loader at run-time) and dumped to a file again. An even more
interesting application is the creation of classes from scratch at run-time.
The Byte Code Engineering Library (BCEL) may be also useful if you want to
learn about the Java Virtual Machine (JVM) and the format of Java .class
files.
|