public class InstanceDataExporterImpl extends Object implements InstanceDataExporter
FIELD_DELIM, INCLUDE_HEADER, RECORD_DELIM, STRING_ESCAPE
Constructor and Description |
---|
InstanceDataExporterImpl() |
Modifier and Type | Method and Description |
---|---|
void |
outputInstanceData(InstanceData instanceData,
String filename) |
void |
outputInstanceData(InstanceData instanceData,
String filename,
String fieldDelim,
String recordDelim,
String stringEscape,
boolean includeHeader) |
public void outputInstanceData(InstanceData instanceData, String filename) throws IOException
outputInstanceData
in interface InstanceDataExporter
IOException
public void outputInstanceData(InstanceData instanceData, String filename, String fieldDelim, String recordDelim, String stringEscape, boolean includeHeader) throws IOException
outputInstanceData
in interface InstanceDataExporter
IOException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.