◆ run()
| static void fiftyone.devicedetection.examples.console.OfflineProcessing.run | ( | String | dataFile, | 
| InputStream | is, | ||
| OutputStream | os | ||
| ) | throws Exception | 
Process a YAML representation of evidence - and create a YAML output containing the processed evidence.
- Parameters
 - 
    
- dataFile - the 51Degrees on premise data file containing information about devices
 - is - an InputStream containing YAML documents - one per device
 - os - an OutputStream for the processed data
  
- Examples
 - console/OfflineProcessing.java.
 
