#include <File.h>
◆ File() [1/3]
◆ File() [2/3]
| KAML::File::File |
( |
const String & |
fileName | ) |
|
|
explicit |
Construct a new File:: File object.
- Parameters
-
- Exceptions
-
| FileNotFound | exception if file is not found |
| DataFileException | is the file is not accessible |
◆ ~File()
◆ File() [3/3]
| KAML::File::File |
( |
const File & |
other | ) |
|
◆ canAccess()
| bool KAML::File::canAccess |
( |
const String & |
fileName | ) |
|
|
static |
◆ close()
| void KAML::File::close |
( |
| ) |
|
◆ copy()
| File * KAML::File::copy |
( |
| ) |
|
|
overridevirtual |
◆ exists()
| bool KAML::File::exists |
( |
const String & |
fileName | ) |
|
|
static |
◆ getDoc()
| Node & KAML::File::getDoc |
( |
int |
index = 0 | ) |
|
◆ getFileName()
| const String * KAML::File::getFileName |
( |
| ) |
const |
◆ getRootNode()
| Node & KAML::File::getRootNode |
( |
| ) |
|
◆ hashCode()
| int KAML::File::hashCode |
( |
| ) |
const |
|
overridevirtual |
◆ isOpen()
| bool KAML::File::isOpen |
( |
| ) |
|
◆ open()
| bool KAML::File::open |
( |
const String & |
fileName, |
|
|
const char * |
mode |
|
) |
| |
◆ operator==()
| bool KAML::File::operator== |
( |
const File & |
other | ) |
const |
|
override |
◆ read()
| size_t KAML::File::read |
( |
String & |
buf | ) |
|
◆ save()
| bool KAML::File::save |
( |
| ) |
|
◆ saveAs()
| bool KAML::File::saveAs |
( |
const String & |
fileName | ) |
|
The documentation for this class was generated from the following files:
- /github/workspace/src/Utilities/KAML/File.h
- /github/workspace/src/Utilities/KAML/File.cpp