Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
FromBytes ( byte bytes ) : |
Creates a new instance of ToxData from the specified byte array.
|
|
FromDisk ( string filename ) : |
Loads Tox data from disk and creates a new instance of ToxData.
|
|
GetHashCode ( ) : int | ||
Save ( string filename ) : bool |
Saves this Tox data to the disk with the specified filename.
|
|
operator ( ) : bool |
Method | Description | |
---|---|---|
ToxData ( byte data ) : System.IO |
public static FromBytes ( byte bytes ) : |
||
bytes | byte | |
return |
public static FromDisk ( string filename ) : |
||
filename | string | |
return |