dgamevfs ~master (2015-02-21T14:04:50Z)
Home
Dub
Repo
VFSFile.closeProxy
dgamevfs
vfs
VFSFile
Proxies to for derived VFSFiles to call protected members of other VFSFiles.
void
openReadProxy
(
VFSFile
file
)
void
openWriteProxy
(
VFSFile
file
,
Flag
!
"append"
append
)
void
[]
readProxy
(
VFSFile
file
,
void
[]
target
)
void
writeProxy
(
VFSFile
file
,
const
void
[]
data
)
void
seekProxy
(
VFSFile
file
,
long
offset
,
Seek
origin
)
void
closeProxy
(
VFSFile
file
)
class
VFSFile
protected static
void
closeProxy
(
VFSFile
file
)
Meta
Source
See Implementation
dgamevfs
vfs
VFSFile
constructors
this
enums
Mode
functions
close
openRead
openWrite
read
seek
write
properties
bytes
exists
input
name
open
output
path
writable
static functions
closeProxy
openReadProxy
openWriteProxy
readProxy
seekProxy
writeProxy
Proxies to for derived VFSFiles to call protected members of other VFSFiles.