streams ~master (2025-01-12T01:29:17.6553987)
Dub
Repo
FileInputStream.this
streams
types
file
FileInputStream
Constructs an input stream to read from the given file.
this
(FILE* filePtr)
this
(const(char*) filename)
struct
FileInputStream
this
(
const
(
char
*)
filename
)
Parameters
filename
const
(
char
*)
The filename to open.
Meta
Source
See Implementation
streams
types
file
FileInputStream
constructors
this
functions
closeStream
readFromStream
Constructs an input stream to read from the given file.