메소드 | 설명 | |
---|---|---|
CreateNewInstance ( System classType ) : |
Creates an instance of a received Type
|
|
Deserialize ( System binaryReader ) : |
||
GetSBytesFromString ( string sourceString, int sourceStart, int sourceEnd, sbyte &destinationArray, int destinationStart ) : void |
Method that copies an array of sbytes from a String to a received array .
|
|
HashtableRemove ( System hashtable, System key ) : |
Removes the element with the specified key from a Hashtable instance.
|
|
Identity ( double literal ) : double |
This method is used as a dummy method to simulate VJ++ behavior
|
|
Identity ( float literal ) : float |
This method is used as a dummy method to simulate VJ++ behavior
|
|
Identity ( long literal ) : long |
This method is used as a dummy method to simulate VJ++ behavior
|
|
Identity ( ulong literal ) : ulong |
This method is used as a dummy method to simulate VJ++ behavior
|
|
PutElement ( System hashTable, System key, System newValue ) : |
||
ReadInput ( System sourceStream, sbyte &target, int start, int count ) : |
Reads a number of characters from the current source Stream and writes the data to the target array at the specified index.
|
|
Serialize ( System stream, System objectToSend ) : void |
Writes an object to the specified Stream
|
|
ToByteArray ( sbyte sbyteArray ) : byte[] |
Converts an array of sbytes to an array of bytes
|
|
ToByteArray ( string sourceString ) : byte[] |
Converts a string to an array of bytes
|
|
URShift ( int number, int bits ) : int | ||
URShift ( int number, long bits ) : int | ||
URShift ( long number, int bits ) : long | ||
URShift ( long number, long bits ) : long | ||
WriteStackTrace ( System throwable, System stream ) : void |
public static CreateNewInstance ( System classType ) : |
||
classType | System | The Type of the new class instance to return |
리턴 |
public static Deserialize ( System binaryReader ) : |
||
binaryReader | System | |
리턴 |
public static GetSBytesFromString ( string sourceString, int sourceStart, int sourceEnd, sbyte &destinationArray, int destinationStart ) : void | ||
sourceString | string | The String to get the sbytes. |
sourceStart | int | Position in the String to start getting sbytes. |
sourceEnd | int | Position in the String to end getting sbytes. |
destinationArray | sbyte | Array to store the bytes. |
destinationStart | int | Position in the destination array to start storing the sbytes. |
리턴 | void |
public static HashtableRemove ( System hashtable, System key ) : |
||
hashtable | System | The Hashtable instance |
key | System | The key of the element to remove |
리턴 |
public static Identity ( double literal ) : double | ||
literal | double | The literal to return |
리턴 | double |
public static Identity ( float literal ) : float | ||
literal | float | The literal to return |
리턴 | float |
public static Identity ( long literal ) : long | ||
literal | long | The literal to return |
리턴 | long |
public static Identity ( ulong literal ) : ulong | ||
literal | ulong | The literal to return |
리턴 | ulong |
public static PutElement ( System hashTable, System key, System newValue ) : |
||
hashTable | System | |
key | System | |
newValue | System | |
리턴 |
public static ReadInput ( System sourceStream, sbyte &target, int start, int count ) : |
||
sourceStream | System | The source Stream to read from |
target | sbyte | Contains the array of characteres read from the source Stream. |
start | int | The starting index of the target array. |
count | int | The maximum number of characters to read from the source Stream. |
리턴 |
public static Serialize ( System stream, System objectToSend ) : void | ||
stream | System | The target Stream |
objectToSend | System | The object to be sent |
리턴 | void |
public static ToByteArray ( sbyte sbyteArray ) : byte[] | ||
sbyteArray | sbyte | The array of sbytes to be converted |
리턴 | byte[] |
public static ToByteArray ( string sourceString ) : byte[] | ||
sourceString | string | The string to be converted |
리턴 | byte[] |
public static URShift ( int number, int bits ) : int | ||
number | int | |
bits | int | |
리턴 | int |
public static URShift ( int number, long bits ) : int | ||
number | int | |
bits | long | |
리턴 | int |
public static URShift ( long number, int bits ) : long | ||
number | long | |
bits | int | |
리턴 | long |
public static URShift ( long number, long bits ) : long | ||
number | long | |
bits | long | |
리턴 | long |
public static WriteStackTrace ( System throwable, System stream ) : void | ||
throwable | System | |
stream | System | |
리턴 | void |