|
ej-technologies | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gjt.jclasslib.io.ClassFileWriter
public class ClassFileWriter
Converts class file structure ClassFile as defined in org.gjt.jclasslib.structures to class files.
| Method Summary | |
|---|---|
static void |
writeToFile(java.io.File file,
ClassFile classFile)
Converts ClassFile structure to a a class file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void writeToFile(java.io.File file,
ClassFile classFile)
throws InvalidByteCodeException,
java.io.IOException
file - the file to which to write the ClassFile structureclassFile - the ClassFile structure to be written
InvalidByteCodeException - if the code is invalid
java.io.IOException - if an exception occurs while reading the file
|
ej-technologies | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||