public class CompiledCode extends SimpleJavaFileObject
JavaFileObject.Kind
kind, 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, toUri
public CompiledCode(String className) throws URISyntaxException
URISyntaxException
public OutputStream openOutputStream()
openOutputStream
in interface FileObject
openOutputStream
in class SimpleJavaFileObject
public byte[] getByteCode()