streams v0.0.1 (2023-05-13T08:57:50Z)
Dub
Repo
FileInputStream
streams
types
file
Undocumented in source.
struct
FileInputStream {
this
(File file);
this
(string filename);
int
read
(ubyte[] buffer);
void
close
();
}
Constructors
this
this
(File file)
Undocumented in source.
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.
read
int
read
(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
streams
types
file
structs
FileInputStream
FileOutputStream