|
2003.09.15 |
||||||||||
| 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
|
+--jdc.java.io.FileOutputStream
A wrapper class for java.io.FileInputStream.
| Constructor Summary | |
FileOutputStream(java.io.File file)
Constructor for FileOutputStream. |
|
FileOutputStream(java.io.FileDescriptor fdObj)
Constructor for FileOutputStream. |
|
FileOutputStream(java.lang.String name)
Constructor for FileOutputStream. |
|
FileOutputStream(java.lang.String name,
boolean append)
Constructor for FileOutputStream. |
|
| Methods inherited from class java.io.FileOutputStream |
close, 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 |
| Constructor Detail |
public FileOutputStream(java.lang.String name)
throws java.io.FileNotFoundException
name -
FileNotFoundException
java.io.FileNotFoundException
public FileOutputStream(java.lang.String name,
boolean append)
throws java.io.FileNotFoundException
name - append -
FileNotFoundException
java.io.FileNotFoundException
public FileOutputStream(java.io.File file)
throws java.io.FileNotFoundException
file -
FileNotFoundException
java.io.FileNotFoundExceptionpublic FileOutputStream(java.io.FileDescriptor fdObj)
fdObj -
|
2003.09.15 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||