C# 클래스 HyoutaTools.LastRanker.NPK

파일 보기 프로젝트 열기: AdmiralCurtiss/HyoutaTools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
File byte[]
FilePointers List

공개 메소드들

메소드 설명
CreateFromDirectory ( string Dir, string Outfile ) : void
ExecuteExtract ( List args ) : int
ExecutePack ( List args ) : int
GenerateFiles ( String Outdir ) : void
NPK ( ) : System
NPK ( String filename ) : System
NPK ( byte Bytes ) : System

비공개 메소드들

메소드 설명
LoadFile ( byte File ) : bool

메소드 상세

CreateFromDirectory() 공개 메소드

public CreateFromDirectory ( string Dir, string Outfile ) : void
Dir string
Outfile string
리턴 void

ExecuteExtract() 공개 정적인 메소드

public static ExecuteExtract ( List args ) : int
args List
리턴 int

ExecutePack() 공개 정적인 메소드

public static ExecutePack ( List args ) : int
args List
리턴 int

GenerateFiles() 공개 메소드

public GenerateFiles ( String Outdir ) : void
Outdir String
리턴 void

NPK() 공개 메소드

public NPK ( ) : System
리턴 System

NPK() 공개 메소드

public NPK ( String filename ) : System
filename String
리턴 System

NPK() 공개 메소드

public NPK ( byte Bytes ) : System
Bytes byte
리턴 System

프로퍼티 상세

File 공개적으로 프로퍼티

public byte[] File
리턴 byte[]

FilePointers 공개적으로 프로퍼티

public List FilePointers
리턴 List