C# Class Tangzx.ABSystem.AssetBundleDataBinaryReader

二进制文件格式说明 *固定四个字节ABDB *namesCount 字符串池中字符串的个数 循环 namesCount { *读取字符串到池中(string) } 循环 { *名字在字符串池中的索引(int) *短名字在字符串池中的索引(int) *Hash在字符串池中的索引(int) *类型(AssetBundleExportType) *依赖文件个数M(int) 循环 M { *依赖的AB文件名在字符串池中的索引(int) } }
Inheritance: AssetBundleDataReader
Exibir arquivo Open project: tangzx/ABSystem

Public Methods

Method Description
Read ( Stream fs ) : void

Method Details

Read() public method

public Read ( Stream fs ) : void
fs System.IO.Stream
return void