Main > Programming > Code Generators >

Classfile Reader & Writer

Classfile Reader & Writer

Sponsored Links

Classfile Reader & Writer Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.056 MB
Platform: Any Platform
License: Public Domain
Price:
Downloads: 1663
Date added: 2005-04-22
Publisher: Kimberley Burchett

Classfile Reader & Writer description

This package makes it easy to read and write java classfiles. It doesnt, however, provide any help with displaying the contents of a classfile to the user (unless you count debug output), or disassembling the bytecodes.

This code snippet will read in a classfile and write it back out to a different file.

InputStream is = new FileInputStream("Foo.class");
OutputStream os = new FileOutputStream("FooCopy.class");
ClassInfo classInfo = new ClassInfo();
new ClassFileReader().read(is, classInfo);
classInfo.setName("FooCopy"); // Java requires the class name to match the file name
new ClassFileWriter().write(classInfo, os);
is.close();os.close();

The package can read "obfuscated" classfiles, like those generated by Crema, but it cant write them. Obfuscated classfiles have invalid data in them and the only reason they work is because most VMs ignore the data thats invalid (attributes like SourceFile, LineNumberTable, and LocalVariableTable). If a ClassFileReader encounters invalid data, it just ignores it.

Classfile Reader & Writer Screenshot

Advertisements

Classfile Reader & Writer Keywords

Bookmark Classfile Reader & Writer

Hyperlink code:
Link for forum:

Classfile Reader & Writer Copyright

WareSeeker periodically updates pricing and software information of Classfile Reader & Writer full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Classfile Reader & Writer Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Google Reader Watcher is a Firefox extension that will check your Google Reader for unread feeds. Free Download
Google Reader Notifier is a Firefox extension that shows you how many unread items you have in your Google Reader account. Free Download
Live Writerfox allows you to blog it from Windows Live Writer. Free Download
Gaim-RSS-Reader is a plugin for the popular Gaim multi-protocol chat client. Free Download
OPML Reader provides a Feed Reader for any OPML Autodiscovery enabled page. Free Download
Tagesschau.de RSS-Reader is a RSS Reader of the German tagesschau.de News. Free Download
PHP PSD reader reads .PSD files (Adobe Photoshop Documents) using only PHP4 or PHP5 and GD. Free Download
EText Reader project is a simple cross-platform GUI EText reader. Free Download