dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
FileOutputStream
dlangui
core
streams
Undocumented in source.
class
FileOutputStream :
OutputStream
{
std
.
stdio
.
File
_file
;
this
(string filename);
void
close
();
void
write
(ubyte[] data);
bool
isOpen
[@property getter];
}
Constructors
this
this
(string filename)
Undocumented in source.
Members
Functions
close
void
close
()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void
write
(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
isOpen
bool
isOpen
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_file
std
.
stdio
.
File
_file
;
Undocumented in source.
Inherited Members
From OutputStream
write
void
write
(ubyte[] data)
Undocumented in source.
Meta
Source
See Implementation
dlangui
core
streams
classes
FileInputStream
FileOutputStream
MemoryInputStream
interfaces
Closeable
InputStream
OutputStream