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