|
Purple Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.io.OutputStream
|
+--java.io.FileOutputStream
|
+--com.purpletech.io.LockingFileOutputStream
| Field Summary | |
protected java.io.File |
f
|
| Constructor Summary | |
LockingFileOutputStream(java.io.File f)
|
|
LockingFileOutputStream(java.lang.String s)
|
|
| Method Summary | |
void |
close()
|
| Methods inherited from class java.io.FileOutputStream |
finalize, getChannel, getFD, write, write, write |
| Methods inherited from class java.io.OutputStream |
flush |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.io.File f
| Constructor Detail |
public LockingFileOutputStream(java.io.File f)
throws java.io.IOException
public LockingFileOutputStream(java.lang.String s)
throws java.io.IOException
| Method Detail |
public void close()
throws java.io.IOException
close in class java.io.FileOutputStreamjava.io.IOException
|
Documentation generated March 5 2003 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||