C# Class CriPakTools.Tools

Afficher le fichier Open project: xmoeproject/X-moe

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
memcmp ( byte b1, byte b2, long count ) : int

Method Details

DeleteFileIfExists() public méthode

public DeleteFileIfExists ( string sPath ) : void
sPath string
Résultat void

GetData() public méthode

public GetData ( BinaryReader br, long offset, int size ) : byte[]
br System.IO.BinaryReader
offset long
size int
Résultat byte[]

GetPath() public méthode

public GetPath ( string input ) : string
input string
Résultat string

ReadCString() public méthode

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
Résultat string

Tools() public méthode

public Tools ( ) : System
Résultat System