Example usage for Java javax.tools JavaFileObject fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | delete() Deletes this file object. |
CharSequence | getCharContent(boolean ignoreEncodingErrors) Returns the character content of this file object, if available. |
Class> | getClass() Returns the runtime class of this Object . |
Kind | getKind() Returns the kind of this file object. |
long | getLastModified() Returns the time this file object was last modified. |
String | getName() Returns a user-friendly name for this file object. |
InputStream | openInputStream() Returns an InputStream for this file object. |
OutputStream | openOutputStream() Returns an OutputStream for this file object. |
Reader | openReader(boolean ignoreEncodingErrors) Returns a reader for this object. |
Writer | openWriter() Returns a Writer for this file object. |
URI | toUri() Returns a URI identifying this file object. |