Paketname | libbcel-java |
Beschreibung | Analyze, create, and manipulate (binary) Java class files |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 5.2-7 |
Sektion | java |
Priorität | optional |
Installierte Größe | 612 Byte |
Hängt ab von | libregexp-java |
Empfohlene Pakete | |
Paketbetreuer | Debian Java Maintainers |
Quelle | bcel |
Paketgröße | 492796 Byte |
Prüfsumme MD5 | 956b62a55c278a35e29a51b0301be8aa |
Prüfsumme SHA1 | 30d59341f730d358ccb68df66ed06e925724b9f4 |
Prüfsumme SHA256 | 38a1772737df9ec5481efdf6f62ecffcd75867abc6ff1bb325ce271c7b8a22af |
Link zum Herunterladen | libbcel-java_5.2-7_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.
|