vfile v0.1.1 (2018-12-18T02:24:37Z)
Dub
Repo
VFile.this
vfile
VFile
Creates a virtual file out from a pointer and a length indicator.
this
(T[] target, string name)
this
(void* ptr, size_t length, string name)
struct
VFile
this
(
void
*
ptr
,
size_t
length
,
string
name
= null
)
Meta
Source
See Implementation
vfile
VFile
constructors
this
enums
Orientation
functions
close
rawRead
rawWrite
read
write
properties
isOpen
seek
size
tell
Creates a virtual file out from a pointer and a length indicator.