Game Framework  2021.05.31
FileSystemHelperBase类 参考abstract

文件系统辅助器基类。 更多...

类 FileSystemHelperBase 继承关系图:
IFileSystemHelper DefaultFileSystemHelper

Public 成员函数

abstract FileSystemStream CreateFileSystemStream (string fullPath, FileSystemAccess access, bool createNew)
 创建文件系统流。 更多...
 

详细描述

文件系统辅助器基类。

成员函数说明

◆ CreateFileSystemStream()

abstract FileSystemStream CreateFileSystemStream ( string  fullPath,
FileSystemAccess  access,
bool  createNew 
)
pure virtual

创建文件系统流。

参数
fullPath要加载的文件系统的完整路径。
access要加载的文件系统的访问方式。
createNew是否创建新的文件系统流。
返回
创建的文件系统流。

实现了 IFileSystemHelper.

DefaultFileSystemHelper 内被实现.