From 2fe46756aae8b87c77715871ea1c72aae08ed9b2 Mon Sep 17 00:00:00 2001 From: chiba Date: Sat, 8 May 2010 16:37:26 +0000 Subject: [PATCH] added the description on ClassFileWriter. git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@543 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- tutorial/tutorial3.html | 7 +++++++ 1 file changed, 7 insertions(+) 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

-- 2.39.5