C# 클래스 winmaped2.Helper

파일 보기 프로젝트 열기: Bananattack/verge3

공개 메소드들

메소드 설명
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[]

메소드 상세

BytesToFileString() 공개 정적인 메소드

public static BytesToFileString ( byte ba ) : string
ba byte
리턴 string

BytesToString() 공개 정적인 메소드

public static BytesToString ( byte ba ) : string
ba byte
리턴 string

BytesToWords() 공개 정적인 메소드

public static BytesToWords ( byte ba ) : ushort[]
ba byte
리턴 ushort[]

CharsToString() 공개 정적인 메소드

public static CharsToString ( char ca ) : string
ca char
리턴 string

GetRelativePath() 공개 정적인 메소드

public static GetRelativePath ( string root, string fname ) : string
root string
fname string
리턴 string

StringFromBytePool() 공개 정적인 메소드

public static StringFromBytePool ( byte ba, int offset ) : string
ba byte
offset int
리턴 string

StringToByteArray() 공개 정적인 메소드

public static StringToByteArray ( string s ) : byte[]
s string
리턴 byte[]

StringToPaddedByteArray() 공개 정적인 메소드

public static StringToPaddedByteArray ( string s, int maxlength ) : byte[]
s string
maxlength int
리턴 byte[]

WordsToBytes() 공개 정적인 메소드

public static WordsToBytes ( ushort wa ) : byte[]
wa ushort
리턴 byte[]