public class FileOutputStream extends OutputStream
Constructor | Description |
---|---|
FileOutputStream(File var0) |
|
FileOutputStream(FileDescriptor var0) |
|
FileOutputStream(File var0,
boolean var1) |
|
FileOutputStream(String var0) |
|
FileOutputStream(String var0,
boolean var1) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
finalize() |
|
FileDescriptor |
getFD() |
|
void |
write(int var0) |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, flush, write, write
public FileOutputStream(File var0) throws FileNotFoundException
FileNotFoundException
public FileOutputStream(File var0, boolean var1) throws FileNotFoundException
FileNotFoundException
public FileOutputStream(FileDescriptor var0)
public FileOutputStream(String var0) throws FileNotFoundException
FileNotFoundException
public FileOutputStream(String var0, boolean var1) throws FileNotFoundException
FileNotFoundException
protected void finalize() throws IOException
finalize
in class Object
IOException
public final FileDescriptor getFD() throws IOException
IOException
public void write(int var0) throws IOException
write
in class OutputStream
IOException