diff options
author | chai <chaifix@163.com> | 2018-10-20 15:50:06 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-20 15:50:06 +0800 |
commit | e9410bd371fc68169c57d2c52382948a0b083da4 (patch) | |
tree | d8f7e600b4ffd6a5c4c9a30f68f9ee74b8491c3b /src/libjin/Filesystem/je_filesystem.h | |
parent | 58ad98213763348b49d8313675203b287a5442bb (diff) |
*修改名称空间
Diffstat (limited to 'src/libjin/Filesystem/je_filesystem.h')
-rw-r--r-- | src/libjin/Filesystem/je_filesystem.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/src/libjin/Filesystem/je_filesystem.h b/src/libjin/Filesystem/je_filesystem.h deleted file mode 100644 index 5d65fea..0000000 --- a/src/libjin/Filesystem/je_filesystem.h +++ /dev/null @@ -1,31 +0,0 @@ -#include "je_buffer.h" -#include "../3rdparty/smount/smount.h" - -namespace jin -{ - namespace filesystem - { - /* Դ */ - class Filesystem - { - public: - static Filesystem* get(); - - Filesystem(); - - bool isDir(const char* path); - bool isFile(const char* path); - bool exists(const char* path); - int read(const char* path, Buffer* buffer); - void* read(const char* path, unsigned int* len); - void mount(const char* root); - const char* getFull(const char* path); - - private: - static Filesystem* fs; - smtShared* S; - - }; - - } // namespace filesystem -} // namespace jin
\ No newline at end of file |