Method | Description | |
---|---|---|
Create ( byte array ) : FiftyOne.Foundation.Mobile.Detection.Entities.DataSet |
Creates a new DataSet from the byte array.
|
|
Create ( byte array, bool init ) : FiftyOne.Foundation.Mobile.Detection.Entities.DataSet |
Creates a new DataSet from the byte array.
|
|
Create ( string filePath ) : FiftyOne.Foundation.Mobile.Detection.Entities.DataSet |
Creates a new DataSet from the file provided. The last modified date of the data set is the last write time of the data file provided.
|
|
Create ( string filePath, bool init ) : FiftyOne.Foundation.Mobile.Detection.Entities.DataSet |
Creates a new DataSet from the file provided.
|
|
Create ( string filePath, bool init, System.DateTime lastModified ) : FiftyOne.Foundation.Mobile.Detection.Entities.DataSet |
Creates a new DataSet from the file provided.
|
Method | Description | |
---|---|---|
Load ( FiftyOne.Foundation.Mobile.Detection.Entities.DataSet dataSet, |
Creates a new DataSet from the binary reader provided.
|
public static Create ( byte array ) : FiftyOne.Foundation.Mobile.Detection.Entities.DataSet | ||
array | byte | Array of bytes to build the data set from |
return | FiftyOne.Foundation.Mobile.Detection.Entities.DataSet |
public static Create ( byte array, bool init ) : FiftyOne.Foundation.Mobile.Detection.Entities.DataSet | ||
array | byte | Array of bytes to build the data set from |
init | bool | True to indicate that the data set should be fulling /// initialised |
return | FiftyOne.Foundation.Mobile.Detection.Entities.DataSet |
public static Create ( string filePath ) : FiftyOne.Foundation.Mobile.Detection.Entities.DataSet | ||
filePath | string | /// Uncompressed file containing the data for the data set /// |
return | FiftyOne.Foundation.Mobile.Detection.Entities.DataSet |
public static Create ( string filePath, bool init ) : FiftyOne.Foundation.Mobile.Detection.Entities.DataSet | ||
filePath | string | /// Uncompressed file containing the data for the data set /// |
init | bool | /// True to indicate that the data set should be fully initialised /// |
return | FiftyOne.Foundation.Mobile.Detection.Entities.DataSet |
public static Create ( string filePath, bool init, System.DateTime lastModified ) : FiftyOne.Foundation.Mobile.Detection.Entities.DataSet | ||
filePath | string | /// Uncompressed file containing the data for the data set /// |
init | bool | /// True to indicate that the data set should be fully initialised /// |
lastModified | System.DateTime | Date and time the source data was last /// modified. |
return | FiftyOne.Foundation.Mobile.Detection.Entities.DataSet |