|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.tools.ForwardingFileObject<FileObject>
com.sun.tools.javac.processing.JavacFiler.FilerInputFileObject
private class JavacFiler.FilerInputFileObject
Wrap a JavaFileObject to manage reading by the Filer.
| Field Summary |
|---|
| Fields inherited from class javax.tools.ForwardingFileObject |
|---|
fileObject |
| Constructor Summary | |
|---|---|
JavacFiler.FilerInputFileObject(FileObject fileObject)
|
|
| Method Summary | |
|---|---|
boolean |
delete()
Deletes this file object. |
java.io.OutputStream |
openOutputStream()
Gets an OutputStream for this file object. |
java.io.Writer |
openWriter()
Gets a Writer for this file object. |
| Methods inherited from class javax.tools.ForwardingFileObject |
|---|
getCharContent, getLastModified, getName, openInputStream, openReader, toUri |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
JavacFiler.FilerInputFileObject(FileObject fileObject)
| Method Detail |
|---|
public java.io.OutputStream openOutputStream()
throws java.io.IOException
FileObject
openOutputStream in interface FileObjectopenOutputStream in class ForwardingFileObject<FileObject>java.io.IOException - if an I/O error occurred
public java.io.Writer openWriter()
throws java.io.IOException
FileObject
openWriter in interface FileObjectopenWriter in class ForwardingFileObject<FileObject>java.io.IOException - if an I/O error occurredpublic boolean delete()
FileObject
delete in interface FileObjectdelete in class ForwardingFileObject<FileObject>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||