Survivalcraft API 1.8.2.3
v1.8.2.3
Survivalcraft 2.4
载入中...
搜索中...
未找到
ZipArchiveEntry.cs
浏览该文件的文档.
1
namespace
Game
{
2
public
class
ZipArchiveEntry
{
3
public
ZipArchive.Compression
Method
;
4
5
public
string
FilenameInZip
;
6
7
public
uint
FileSize
;
8
9
public
uint
CompressedSize
;
10
11
public
uint
HeaderOffset
;
12
13
public
uint
FileOffset
;
14
15
public
uint
HeaderSize
;
16
17
public
uint
Crc32
;
18
19
public
bool
IsFilenameUtf8
;
20
21
public
DateTime
ModifyTime
;
22
23
public
string
Comment
;
24
25
public
bool
EncodeUTF8
;
26
27
public
override
string
ToString
() =>
FilenameInZip
;
28
}
29
}
Game.ZipArchiveEntry
定义
ZipArchiveEntry.cs:2
Game.ZipArchiveEntry.IsFilenameUtf8
bool IsFilenameUtf8
定义
ZipArchiveEntry.cs:19
Game.ZipArchiveEntry.ModifyTime
DateTime ModifyTime
定义
ZipArchiveEntry.cs:21
Game.ZipArchiveEntry.CompressedSize
uint CompressedSize
定义
ZipArchiveEntry.cs:9
Game.ZipArchiveEntry.FilenameInZip
string FilenameInZip
定义
ZipArchiveEntry.cs:5
Game.ZipArchiveEntry.Method
ZipArchive.Compression Method
定义
ZipArchiveEntry.cs:3
Game.ZipArchiveEntry.HeaderOffset
uint HeaderOffset
定义
ZipArchiveEntry.cs:11
Game.ZipArchiveEntry.FileOffset
uint FileOffset
定义
ZipArchiveEntry.cs:13
Game.ZipArchiveEntry.EncodeUTF8
bool EncodeUTF8
定义
ZipArchiveEntry.cs:25
Game.ZipArchiveEntry.HeaderSize
uint HeaderSize
定义
ZipArchiveEntry.cs:15
Game.ZipArchiveEntry.FileSize
uint FileSize
定义
ZipArchiveEntry.cs:7
Game.ZipArchiveEntry.ToString
override string ToString()
定义
ZipArchiveEntry.cs:27
Game.ZipArchiveEntry.Crc32
uint Crc32
定义
ZipArchiveEntry.cs:17
Game.ZipArchiveEntry.Comment
string Comment
定义
ZipArchiveEntry.cs:23
Game
定义
ContentFileBridge.cs:4
SurvivalcraftApi 1.8.2.3
Survivalcraft.Windows
Game
ZipArchiveEntry.cs
制作者
1.16.1