Package net.binis.codegen.test
Class JavaByteObject
java.lang.Object
javax.tools.SimpleJavaFileObject
net.binis.codegen.test.JavaByteObject
- All Implemented Interfaces:
FileObject,JavaFileObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface javax.tools.JavaFileObject
JavaFileObject.Kind -
Field Summary
Fields inherited from class javax.tools.SimpleJavaFileObject
kind, uri -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.tools.SimpleJavaFileObject
delete, getAccessLevel, getCharContent, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openReader, openWriter, toString, toUri
-
Constructor Details
-
JavaByteObject
-
-
Method Details
-
openOutputStream
- Specified by:
openOutputStreamin interfaceFileObject- Overrides:
openOutputStreamin classSimpleJavaFileObject- Throws:
IOException
-
getBytes
public byte[] getBytes()
-