Documentation
Dlang.org
File
arrow
file
interface
File {
static
GType
getGType
();
bool
close
();
arrow
.
types
.
FileMode
getMode
();
bool
isClosed
();
long
tell
();
}
Members
Functions
close
bool
close
()
getMode
arrow
.
types
.
FileMode
getMode
()
isClosed
bool
isClosed
()
tell
long
tell
()
Static functions
getGType
GType
getGType
()
arrow
file
interfaces
File