Browse Source

added the description on ClassFileWriter.

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@543 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 14 years ago
parent
commit
2fe46756aa
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      tutorial/tutorial3.html

+ 7
- 0
tutorial/tutorial3.html View File

@@ -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.

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

<a name="classfile">
<h3>5.1 Obtaining a <code>ClassFile</code> object</h3>


Loading…
Cancel
Save