public static class RuntimeJavaCompiler.JavaClassOutput extends SimpleJavaFileObject
JavaFileObject.Kind
kind, uri
Modifier | Constructor and Description |
---|---|
protected |
RuntimeJavaCompiler.JavaClassOutput(URI uri,
JavaFileObject.Kind kind) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBytes() |
InputStream |
openInputStream() |
OutputStream |
openOutputStream() |
delete, getAccessLevel, getCharContent, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openReader, openWriter, toString, toUri
protected RuntimeJavaCompiler.JavaClassOutput(URI uri, JavaFileObject.Kind kind)
public OutputStream openOutputStream()
openOutputStream
in interface FileObject
openOutputStream
in class SimpleJavaFileObject
public InputStream openInputStream()
openInputStream
in interface FileObject
openInputStream
in class SimpleJavaFileObject
public byte[] getBytes()
Copyright © 2011. All Rights Reserved.