liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
IOManager
liberty
io
manager
* Used for managing files and console input/output.
final abstract
class
IOManager {
static
bool
readFileToBuffer
(string filePath, char[] buffer, string mode);
static
bool
writeBufferToFile
(string filePath, char[] buffer, string mode);
}
Members
Static functions
readFileToBuffer
bool
readFileToBuffer
(string filePath, char[] buffer, string mode)
*
writeBufferToFile
bool
writeBufferToFile
(string filePath, char[] buffer, string mode)
*
Meta
Source
See Implementation
liberty
io
manager
classes
IOManager
* Used for managing files and console input/output.