Game Framework  2021.05.31
FileSystemStream类 参考abstract

文件系统流。 更多...

类 FileSystemStream 继承关系图:
CommonFileSystemStream AndroidFileSystemStream

静态 Protected 属性

const int CachedBytesLength = 0x1000
 缓存二进制流的长度。 更多...
 
static readonly byte[] s_CachedBytes = new byte[CachedBytesLength]
 缓存二进制流。 更多...
 

详细描述

文件系统流。

类成员变量说明

◆ CachedBytesLength

const int CachedBytesLength = 0x1000
staticprotected

缓存二进制流的长度。

◆ s_CachedBytes

readonly byte [] s_CachedBytes = new byte[CachedBytesLength]
staticprotected

缓存二进制流。