Method | Description | |
---|---|---|
DataElementPackage ( ) : System.Collections.Generic |
Initializes a new instance of the DataElementPackage class.
|
Method | Description | |
---|---|---|
DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void |
Used to de-serialize the elements.
|
|
SerializeItemsToByteList ( List |
Used to return the length of this element.
|
public DataElementPackage ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void | ||
byteArray | byte | Byte array |
currentIndex | int | Start position |
lengthOfItems | int | Length of the element |
return | void |
protected SerializeItemsToByteList ( List |
||
byteList | List |
A Byte list |
return | int |