FileOutputStream

Undocumented in source.

Constructors

this
this(String name)
Undocumented in source.
this
this(String name, bool append)
Undocumented in source.
this
this(java.io.File.File file)
Undocumented in source.
this
this(java.io.File.File file, bool append)
Undocumented in source.

Members

Aliases

close
alias close = java.io.OutputStream.OutputStream.close
Undocumented in source.
write
alias write = java.io.OutputStream.OutputStream.write
Undocumented in source.

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
finalize
void finalize()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(int b)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From OutputStream

write
void write(int b)
Undocumented in source.
write
void write(byte[] b)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(byte[] b, ptrdiff_t off, ptrdiff_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta