Class Jsr199JavaCompiler.BytecodeFile
java.lang.Object
javax.tools.SimpleJavaFileObject
org.apache.jasper.compiler.Jsr199JavaCompiler.BytecodeFile
- All Implemented Interfaces:
FileObject, JavaFileObject
- Enclosing class:
Jsr199JavaCompiler
-
Nested Class Summary
Nested classes/interfaces inherited from interface JavaFileObject
JavaFileObject.Kind -
Field Summary
FieldsFields inherited from class SimpleJavaFileObject
kind, uri -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SimpleJavaFileObject
delete, forSource, getAccessLevel, getCharContent, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openReader, openWriter, toString, toUri
-
Field Details
-
bytecode
private byte[] bytecode -
className
-
-
Constructor Details
-
BytecodeFile
-
-
Method Details
-
getClassName
String getClassName() -
getBytecode
byte[] getBytecode() -
openOutputStream
- Specified by:
openOutputStreamin interfaceFileObject- Overrides:
openOutputStreamin classSimpleJavaFileObject
-
openInputStream
- Specified by:
openInputStreamin interfaceFileObject- Overrides:
openInputStreamin classSimpleJavaFileObject
-