Method | Description | |
---|---|---|
CurrentTimeMillis ( ) : long | ||
DeleteCharAt ( StringBuilder sb, int index ) : void | ||
EqualsIgnoreCase ( string s1, string s2 ) : bool | ||
GetBytesForString ( string str ) : byte[] | ||
GetBytesForString ( string str, string encoding ) : byte[] | ||
GetDeclaredFields ( |
||
GetEncoding ( string name ) : |
||
GetProperties ( ) : Hashtable | ||
GetProperty ( string key ) : string | ||
GetRuntime ( ) : |
||
GetStringForBytes ( byte chars ) : string | ||
GetStringForBytes ( byte chars, int start, int len ) : string | ||
GetStringForBytes ( byte chars, int start, int len, string encoding ) : string | ||
GetStringForBytes ( byte chars, string encoding ) : string | ||
GetType ( string name ) : |
||
IdentityHashCode ( object ob ) : int | ||
Notify ( object obj ) : void | ||
NotifyAll ( object ob ) : void | ||
PrintStackTrace ( |
||
PrintStackTrace ( |
||
SetCharAt ( StringBuilder sb, int index, char c ) : void | ||
SetProperty ( string key, string value ) : void | ||
Substring ( string str, int index ) : string | ||
Substring ( string str, int index, int endIndex ) : string | ||
Wait ( object ob, long milis ) : bool | ||
Wait ( object ob ) : void |
Method | Description | |
---|---|---|
AddShutdownHook ( IRunnable r ) : void | ||
AvailableProcessors ( ) : int | ||
CompareOrdinal ( string s1, string s2 ) : int | ||
MaxMemory ( ) : long | ||
NanoTime ( ) : long |
public static DeleteCharAt ( StringBuilder sb, int index ) : void | ||
sb | StringBuilder | |
index | int | |
return | void |
public static EqualsIgnoreCase ( string s1, string s2 ) : bool | ||
s1 | string | |
s2 | string | |
return | bool |
public static GetBytesForString ( string str ) : byte[] | ||
str | string | |
return | byte[] |
public static GetBytesForString ( string str, string encoding ) : byte[] | ||
str | string | |
encoding | string | |
return | byte[] |
public static GetDeclaredFields ( |
||
t | ||
return | System.Reflection.FieldInfo[] |
public static GetEncoding ( string name ) : |
||
name | string | |
return |
public static GetProperty ( string key ) : string | ||
key | string | |
return | string |
public static GetStringForBytes ( byte chars ) : string | ||
chars | byte | |
return | string |
public static GetStringForBytes ( byte chars, int start, int len ) : string | ||
chars | byte | |
start | int | |
len | int | |
return | string |
public static GetStringForBytes ( byte chars, int start, int len, string encoding ) : string | ||
chars | byte | |
start | int | |
len | int | |
encoding | string | |
return | string |
public static GetStringForBytes ( byte chars, string encoding ) : string | ||
chars | byte | |
encoding | string | |
return | string |
public static GetType ( string name ) : |
||
name | string | |
return |
public static IdentityHashCode ( object ob ) : int | ||
ob | object | |
return | int |
public static PrintStackTrace ( |
||
ex | ||
return | void |
public static PrintStackTrace ( |
||
ex | ||
tw | ||
return | void |
public static SetCharAt ( StringBuilder sb, int index, char c ) : void | ||
sb | StringBuilder | |
index | int | |
c | char | |
return | void |
public static SetProperty ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public static Substring ( string str, int index ) : string | ||
str | string | |
index | int | |
return | string |
public static Substring ( string str, int index, int endIndex ) : string | ||
str | string | |
index | int | |
endIndex | int | |
return | string |
public static Wait ( object ob, long milis ) : bool | ||
ob | object | |
milis | long | |
return | bool |