C# Class winmaped2.Helper

Afficher le fichier Open project: Bananattack/verge3

Méthodes publiques

Méthode Description
BytesToFileString ( byte ba ) : string
BytesToString ( byte ba ) : string
BytesToWords ( byte ba ) : ushort[]
CharsToString ( char ca ) : string
GetRelativePath ( string root, string fname ) : string
StringFromBytePool ( byte ba, int offset ) : string
StringToByteArray ( string s ) : byte[]
StringToPaddedByteArray ( string s, int maxlength ) : byte[]
WordsToBytes ( ushort wa ) : byte[]

Method Details

BytesToFileString() public static méthode

public static BytesToFileString ( byte ba ) : string
ba byte
Résultat string

BytesToString() public static méthode

public static BytesToString ( byte ba ) : string
ba byte
Résultat string

BytesToWords() public static méthode

public static BytesToWords ( byte ba ) : ushort[]
ba byte
Résultat ushort[]

CharsToString() public static méthode

public static CharsToString ( char ca ) : string
ca char
Résultat string

GetRelativePath() public static méthode

public static GetRelativePath ( string root, string fname ) : string
root string
fname string
Résultat string

StringFromBytePool() public static méthode

public static StringFromBytePool ( byte ba, int offset ) : string
ba byte
offset int
Résultat string

StringToByteArray() public static méthode

public static StringToByteArray ( string s ) : byte[]
s string
Résultat byte[]

StringToPaddedByteArray() public static méthode

public static StringToPaddedByteArray ( string s, int maxlength ) : byte[]
s string
maxlength int
Résultat byte[]

WordsToBytes() public static méthode

public static WordsToBytes ( ushort wa ) : byte[]
wa ushort
Résultat byte[]