C# 클래스 Tangzx.ABSystem.AssetBundleDataBinaryReader

二进制文件格式说明 *固定四个字节ABDB *namesCount 字符串池中字符串的个数 循环 namesCount { *读取字符串到池中(string) } 循环 { *名字在字符串池中的索引(int) *短名字在字符串池中的索引(int) *Hash在字符串池中的索引(int) *类型(AssetBundleExportType) *依赖文件个数M(int) 循环 M { *依赖的AB文件名在字符串池中的索引(int) } }
상속: AssetBundleDataReader
파일 보기 프로젝트 열기: tangzx/ABSystem

공개 메소드들

메소드 설명
Read ( Stream fs ) : void

메소드 상세

Read() 공개 메소드

public Read ( Stream fs ) : void
fs System.IO.Stream
리턴 void