C# 클래스 DatDigger.Sections.UI.SqexFile

상속: INavigable
파일 보기 프로젝트 열기: nohbdy/ffxivmodelviewer

공개 메소드들

메소드 설명
DecodeData ( ) : void
LoadFile ( BinaryReaderEx reader ) : void
ReadEncodedData ( BinaryReaderEx reader ) : void
SqexFile ( string fileName, string key ) : System.Collections.Generic

메소드 상세

DecodeData() 공개 메소드

public DecodeData ( ) : void
리턴 void

LoadFile() 공개 메소드

public LoadFile ( BinaryReaderEx reader ) : void
reader BinaryReaderEx
리턴 void

ReadEncodedData() 공개 메소드

public ReadEncodedData ( BinaryReaderEx reader ) : void
reader BinaryReaderEx
리턴 void

SqexFile() 공개 메소드

public SqexFile ( string fileName, string key ) : System.Collections.Generic
fileName string
key string
리턴 System.Collections.Generic