메소드 | 설명 | |
---|---|---|
FragmentKnowledge ( ) : System.Collections.Generic |
Initializes a new instance of the FragmentKnowledge class.
|
메소드 | 설명 | |
---|---|---|
DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void |
This method is used to deserialize the items of the fragment knowledge from the byte array.
|
|
SerializeItemsToByteList ( List |
This method is used to serialize the items of the fragment knowledge to the byte list.
|
protected DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void | ||
byteArray | byte | Specify the byte array. |
currentIndex | int | Specify the start index from the byte array. |
lengthOfItems | int | Specify the current length of items in the fragment knowledge. |
리턴 | void |
public FragmentKnowledge ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
protected SerializeItemsToByteList ( List |
||
byteList | List |
Specify the byte list which stores the information of the fragment knowledge. |
리턴 | int |