C# 클래스 CriPakTools.Tools

파일 보기 프로젝트 열기: xmoeproject/X-moe

공개 메소드들

메소드 설명
DeleteFileIfExists ( string sPath ) : void
GetData ( BinaryReader br, long offset, int size ) : byte[]
GetPath ( string input ) : string
ReadCString ( BinaryReader br, int MaxLength = -1, long lOffset = -1, Encoding enc = null ) : string
Tools ( ) : System

비공개 메소드들

메소드 설명
memcmp ( byte b1, byte b2, long count ) : int

메소드 상세

DeleteFileIfExists() 공개 메소드

public DeleteFileIfExists ( string sPath ) : void
sPath string
리턴 void

GetData() 공개 메소드

public GetData ( BinaryReader br, long offset, int size ) : byte[]
br System.IO.BinaryReader
offset long
size int
리턴 byte[]

GetPath() 공개 메소드

public GetPath ( string input ) : string
input string
리턴 string

ReadCString() 공개 메소드

public ReadCString ( BinaryReader br, int MaxLength = -1, long lOffset = -1, Encoding enc = null ) : string
br System.IO.BinaryReader
MaxLength int
lOffset long
enc System.Text.Encoding
리턴 string

Tools() 공개 메소드

public Tools ( ) : System
리턴 System