From: chiba Date: Sat, 8 May 2010 16:37:26 +0000 (+0000) Subject: added the description on ClassFileWriter. X-Git-Tag: rel_3_17_1_ga~108 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2fe46756aae8b87c77715871ea1c72aae08ed9b2;p=javassist.git added the description on ClassFileWriter. git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@543 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- diff --git a/tutorial/tutorial3.html b/tutorial/tutorial3.html index d72a26c7..17e21410 100644 --- a/tutorial/tutorial3.html +++ b/tutorial/tutorial3.html @@ -38,6 +38,13 @@ knowledge of the Java bytecode and the class file format while this level of API allows you any kind of modification of class files. +

+If you want to just produce a simple class file, +javassist.bytecode.ClassFileWriter might provide +the best API for you. It is much faster than +javassist.bytecode.ClassFile although its API +is minimum. +

5.1 Obtaining a ClassFile object