streams v3.5.0 (2023-06-23T15:36:02Z)
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.