CFile.this

Create the stream wrapper for the given C file.

class CFile
this
(
FILE* cfile
,
FileMode mode
,
bool seekable = false
)

Parameters

cfile FILE*

a valid C FILE pointer to wrap.

mode FileMode

a bitwise combination of FileMode.In for a readable file and FileMode.Out for a writeable file.

seekable bool

indicates if the stream should be seekable.

Meta