메소드 | 설명 | |
---|---|---|
ArrayContains ( Object arr, Object o ) : bool | ||
ArrayContains ( char arr, char c ) : bool | ||
ArrayContains ( char arr, char c, int count ) : bool | ||
Dump ( string fileName, byte bytes ) : void | ||
FixDsaSig ( byte sig ) : byte[] | ||
Time_T2DateTime ( uint time_t ) : System.DateTime |
Converts a time_t to DateTime
|
|
ToInt32 ( byte ptr, int Index ) : int | ||
ToUInt16 ( byte ptr, int Index ) : ushort | ||
ToUInt32 ( byte ptr, int Index ) : uint | ||
getBytes ( String str ) : byte[] | ||
getBytesUTF8 ( String str ) : byte[] | ||
getString ( byte arr ) : string | ||
getString ( byte arr, int offset, int len ) : string | ||
getStringUTF8 ( byte arr ) : string | ||
getStringUTF8 ( byte arr, int offset, int len ) : string | ||
hex ( byte arr ) : string | ||
print ( string name, byte data ) : void | ||
regionMatches ( String orig, bool ignoreCase, int toffset, String other, int ooffset, int len ) : bool | ||
stripLeadingZeros ( byte a ) : byte[] |
메소드 | 설명 | |
---|---|---|
array_equals ( byte foo, byte bar ) : bool | ||
createSocket ( String host, int port, int timeout ) : Socket | ||
fromBase64 ( byte buf, int start, int length ) : byte[] | ||
getFingerPrint ( Tamir.SharpSsh.jsch.HASH hash, byte data ) : String | ||
glob ( byte pattern, byte name ) : bool | ||
glob ( byte pattern, int pattern_index, byte name, int name_index ) : bool | ||
split ( String foo, String split ) : String[] | ||
toBase64 ( byte buf, int start, int length ) : byte[] | ||
unquote ( String path ) : String | ||
val ( byte foo ) : byte |
public static ArrayContains ( Object arr, Object o ) : bool | ||
arr | Object | |
o | Object | |
리턴 | bool |
public static ArrayContains ( char arr, char c ) : bool | ||
arr | char | |
c | char | |
리턴 | bool |
public static ArrayContains ( char arr, char c, int count ) : bool | ||
arr | char | |
c | char | |
count | int | |
리턴 | bool |
public static Dump ( string fileName, byte bytes ) : void | ||
fileName | string | |
bytes | byte | |
리턴 | void |
public static Time_T2DateTime ( uint time_t ) : System.DateTime | ||
time_t | uint | |
리턴 | System.DateTime |
public static ToUInt16 ( byte ptr, int Index ) : ushort | ||
ptr | byte | |
Index | int | |
리턴 | ushort |
public static ToUInt32 ( byte ptr, int Index ) : uint | ||
ptr | byte | |
Index | int | |
리턴 | uint |
public static getString ( byte arr, int offset, int len ) : string | ||
arr | byte | |
offset | int | |
len | int | |
리턴 | string |
public static getStringUTF8 ( byte arr, int offset, int len ) : string | ||
arr | byte | |
offset | int | |
len | int | |
리턴 | string |
public static print ( string name, byte data ) : void | ||
name | string | |
data | byte | |
리턴 | void |
public static regionMatches ( String orig, bool ignoreCase, int toffset, String other, int ooffset, int len ) : bool | ||
orig | String | |
ignoreCase | bool | |
toffset | int | |
other | String | |
ooffset | int | |
len | int | |
리턴 | bool |