public class CompiledCode extends SimpleJavaFileObject
JavaFileObject.Kindkind, uri| Constructor and Description |
|---|
CompiledCode(String className) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getByteCode() |
OutputStream |
openOutputStream() |
delete, getAccessLevel, getCharContent, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openReader, openWriter, toString, toUripublic OutputStream openOutputStream() throws IOException
openOutputStream in interface FileObjectopenOutputStream in class SimpleJavaFileObjectIOExceptionpublic byte[] getByteCode()
Copyright © 2015. All rights reserved.