The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
File.rewind
std
stdio
File
Calls $(CSTDIO rewind) for the file handle.
struct
File
@
safe
void
rewind
(
)
Throws
Exception
if the file is not opened.
Meta
Source
See Implementation
std
stdio
File
constructors
this
functions
byChunk
byLine
byLineCopy
clearerr
close
detach
fdopen
flush
getFP
lock
lockingBinaryWriter
lockingTextWriter
opAssign
open
popen
rawRead
rawWrite
readf
readln
reopen
rewind
seek
setvbuf
sync
tryLock
unlock
windowsHandleOpen
write
writef
writefln
writeln
properties
eof
error
fileno
isOpen
name
size
tell
windowsHandle
static functions
tmpfile
wrapFile
structs
LockingTextWriter
templates
byRecord
Calls $(CSTDIO rewind) for the file handle.