FileStream

Undocumented in source.

Constructors

this
this(FileT file, FileUsage usage)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

canPosition
bool canPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
canRead
bool canRead()
Undocumented in source. Be warned that the author may not have intended to support it.
canWrite
bool canWrite()
Undocumented in source. Be warned that the author may not have intended to support it.
getPosition
SimpleResult!size_t getPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
getSize
SimpleResult!size_t getSize()
Undocumented in source. Be warned that the author may not have intended to support it.
hasData
bool hasData()
Undocumented in source. Be warned that the author may not have intended to support it.
isOpen
bool isOpen()
Undocumented in source. Be warned that the author may not have intended to support it.
read
SimpleResult!size_t read(void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
setPosition
SimpleResult!void setPosition(size_t position)
Undocumented in source. Be warned that the author may not have intended to support it.
write
SimpleResult!size_t write(void[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta