- append
void append(const(char)* name, T[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
- asyncAppend
void asyncAppend(const(char)* name, T[] data, iocBack thesafe, iocBack thecomplate, ulong offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- asyncRead
void asyncRead(const(char)* name, T[] data, iocBack thesafe, iocBack thecomplate, ulong offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- asyncRead
void asyncRead(const(char)* name, size_t readLen, iocBack thesafe, iocBack thecomplate, ulong offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- asyncRemove
void asyncRemove(const(char)* name, iocBack thesafe, iocBack thecomplate)
Undocumented in source. Be warned that the author may not have intended to support it.
- asyncStat
void asyncStat(const(char)* name, iocBack thecomplate)
Undocumented in source. Be warned that the author may not have intended to support it.
- asyncWrite
void asyncWrite(const(char)* name, T[] data, iocBack thesafe, iocBack thecomplate, ulong offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- asyncWriteFull
void asyncWriteFull(const(char)* name, T[] data, iocBack thesafe, iocBack thecomplate, ulong offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- asyncWriteSame
void asyncWriteSame(const(char)* name, T[] data, size_t wlen, iocBack thesafe, iocBack thecomplate, ulong offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- cloneRange
void cloneRange(const(char)* dst, size_t dstOffset, const(char)* src, size_t srcOffset, size_t len)
Undocumented in source. Be warned that the author may not have intended to support it.
- getxattr
int getxattr(const(char)* name, const(char)* key, T[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- getxattrs
void getxattrs(const(char)* name, void delegate(string key, char[] value) cback)
Undocumented in source. Be warned that the author may not have intended to support it.
- newIoCompletion
IoCompletion* newIoCompletion(const(char)* name, bool onlyCom)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
int read(const(char)* name, T[] data, ulong offset)
Undocumented in source.
- read
char[] read(const(char)* name, size_t readlen, ulong offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeIoCompletion
void removeIoCompletion(IoCompletion* com)
Undocumented in source. Be warned that the author may not have intended to support it.
- rmxattr
void rmxattr(const(char)* name, const(char)* key)
Undocumented in source. Be warned that the author may not have intended to support it.
- setxattr
void setxattr(const(char)* name, const(char)* key, T[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- state
void state(const(char)* name, ulong psize, time_t pmtime)
Undocumented in source. Be warned that the author may not have intended to support it.
- trunc
void trunc(const(char)* name, ulong size)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(string name, T[] data, ulong offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(const(char)* name, T[] data, ulong offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeFull
void writeFull(string name, T[] data, ulong offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeFull
void writeFull(const(char)* name, T[] data, ulong offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- writeSame
void writeSame(const(char)* name, T[] data, size_t writelen, ulong offset)
Undocumented in source. Be warned that the author may not have intended to support it.