|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.OutputStream
java.io.FilterOutputStream
com.sun.tools.javac.processing.JavacFiler.FilerOutputStream
private class JavacFiler.FilerOutputStream
Wrap a OutputStream returned from the JavaFileManager to properly register source or class files
when they are closed.
| Field Summary | |
|---|---|
(package private) boolean |
closed
|
(package private) FileObject |
fileObject
|
(package private) java.lang.String |
typeName
|
| Fields inherited from class java.io.FilterOutputStream |
|---|
out |
| Constructor Summary | |
|---|---|
JavacFiler.FilerOutputStream(java.lang.String typeName,
FileObject fileObject)
|
|
| Method Summary | |
|---|---|
void |
close()
|
| Methods inherited from class java.io.FilterOutputStream |
|---|
flush, write, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.lang.String typeName
FileObject fileObject
boolean closed
| Constructor Detail |
|---|
JavacFiler.FilerOutputStream(java.lang.String typeName,
FileObject fileObject)
throws java.io.IOException
typeName - name of class or null if just a
binary file
java.io.IOException| Method Detail |
|---|
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in class java.io.FilterOutputStreamjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||