public class FileOutputStream extends OutputStream
| Constructor and Description |
|---|
FileOutputStream(File var0) |
FileOutputStream(FileDescriptor var0) |
FileOutputStream(String var0) |
FileOutputStream(String var0,
boolean var1) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
finalize() |
FileDescriptor |
getFD() |
void |
write(byte[] var0) |
void |
write(byte[] var0,
int var1,
int var2) |
void |
write(int var0) |
flushpublic FileOutputStream(File var0) throws FileNotFoundException
FileNotFoundExceptionpublic FileOutputStream(FileDescriptor var0)
public FileOutputStream(String var0) throws FileNotFoundException
FileNotFoundExceptionpublic FileOutputStream(String var0, boolean var1) throws FileNotFoundException
FileNotFoundExceptionpublic void close()
throws IOException
close in class OutputStreamIOExceptionprotected void finalize()
throws IOException
finalize in class ObjectIOExceptionpublic final FileDescriptor getFD() throws IOException
IOExceptionpublic void write(byte[] var0)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] var0,
int var1,
int var2)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int var0)
throws IOException
write in class OutputStreamIOException