public static final class JavaFileObjects.ResourceJavaFileObject extends SimpleJavaFileObject
JavaFileObject.JavaFileObject.Kindkind, uri| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getCharContent(boolean ignoreEncodingErrors) |
long |
getLastModified() |
InputStream |
openInputStream() |
Reader |
openReader(boolean ignoreEncodingErrors) |
delete, getAccessLevel, getKind, getName, getNestingKind, isNameCompatible, openOutputStream, openWriter, toString, toUripublic InputStream openInputStream() throws IOException
openInputStream in interface FileObjectopenInputStream in class SimpleJavaFileObjectIOExceptionpublic Reader openReader(boolean ignoreEncodingErrors) throws IOException
openReader in interface FileObjectopenReader in class SimpleJavaFileObjectIOExceptionpublic CharSequence getCharContent(boolean ignoreEncodingErrors) throws IOException
getCharContent in interface FileObjectgetCharContent in class SimpleJavaFileObjectIOExceptionpublic long getLastModified()
getLastModified in interface FileObjectgetLastModified in class SimpleJavaFileObjectCopyright © 2021. All rights reserved.