public class CSVExporter extends Object implements PCMExporter
| Constructor and Description |
|---|
CSVExporter() |
| Modifier and Type | Method and Description |
|---|---|
String |
export(PCMContainer container)
Export PCM from a PCM container
|
String |
export(PCMContainer container,
char separator,
char quote) |
public String export(PCMContainer container)
PCMExporterexport in interface PCMExportercontainer - container to exportpublic String export(PCMContainer container, char separator, char quote)
Copyright © 2016. All rights reserved.