CachedFileStream

File backed cached random access stream wrapper.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
finalize
void finalize()
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
peek
const(ubyte)[] peek()
Undocumented in source. Be warned that the author may not have intended to support it.
read
size_t read(ubyte[] dst, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
read
void read(ubyte[] dst)
Undocumented in source. Be warned that the author may not have intended to support it.
seek
void seek(ulong offset)
Undocumented in source. Be warned that the author may not have intended to support it.
tell
ulong tell()
Undocumented in source. Be warned that the author may not have intended to support it.
truncate
void truncate(ulong size)
Undocumented in source. Be warned that the author may not have intended to support it.
write
size_t write(const(ubyte)[] bytes, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(const(ubyte)[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(const(char)[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

outputStreamVersion
enum outputStreamVersion;
Undocumented in source.

Properties

dataAvailableForRead
bool dataAvailableForRead [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fd
int fd [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isOpen
bool isOpen [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
leastSize
ulong leastSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
path
NativePath path [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
readable
bool readable [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
ulong size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
writable
bool writable [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

See Also

createCachedFileStream

Meta