biod ~master (2019-12-17T12:58:49Z)
Home
Dub
Repo
CFile.getc
contrib
undead
cstream
CFile
Overrides of the
Stream
methods to call the underlying
FILE*
C functions.
void
flush
()
void
close
()
bool
eof
()
char
getc
()
class
CFile
override
char
getc
(
)
char
ungetc
(char c)
size_t
readBlock
(void* buffer, size_t size)
size_t
writeBlock
(void* buffer, size_t size)
ulong
seek
(long offset, SeekPos rel)
void
writeLine
(const(char)[] s)
void
writeLineW
(const(wchar)[] s)
Meta
Source
See Implementation
contrib
undead
cstream
CFile
constructors
this
destructors
~this
functions
close
eof
flush
getc
readBlock
seek
ungetc
writeBlock
writeLine
writeLineW
properties
file
variables
cfile
Overrides of the Stream methods to call the underlying FILE* C functions.