Method | Description | |
---|---|---|
BinaryItem ( ) : System.Collections.Generic |
Initializes a new instance of the BinaryItem class.
|
|
BinaryItem ( IEnumerable |
Initializes a new instance of the BinaryItem class with the specified content.
|
|
Equals ( object obj ) : bool |
Override the Equals method.
|
|
GetHashCode ( ) : int |
Override the GetHashCode method.
|
|
SerializeToByteList ( ) : List |
This method is used to convert the element of BinaryItem basic object into a byte List.
|
Method | Description | |
---|---|---|
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int |
This method is used to de-serialize the BinaryItem basic object from the specified byte array and start index.
|
public BinaryItem ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public BinaryItem ( IEnumerable |
||
content | IEnumerable |
Specify the binary content. |
return | System.Collections.Generic |
protected DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int | ||
byteArray | byte | Specify the byte array. |
startIndex | int | Specify the start index from the byte array. |
return | int |
public Equals ( object obj ) : bool | ||
obj | object | Specify the object. |
return | bool |