public class JavaByteObject extends SimpleJavaFileObject
JavaFileObject.Kindkind, uri| Modifier | Constructor and Description |
|---|---|
protected |
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, toUriprotected JavaByteObject(String name) throws URISyntaxException
URISyntaxExceptionpublic OutputStream openOutputStream() throws IOException
openOutputStream in interface FileObjectopenOutputStream in class SimpleJavaFileObjectIOExceptionpublic byte[] getBytes()
Copyright © 2022. All rights reserved.