java.io
public class FileOutputStream extends OutputStream
Constructor and Description |
---|
FileOutputStream(File var0) |
FileOutputStream(File var0,
boolean var1) |
FileOutputStream(FileDescriptor var0) |
FileOutputStream(String var0) |
FileOutputStream(String var0,
boolean var1) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
FileDescriptor |
getFD() |
void |
write(int var0) |
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