|
CESE 1.4.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.simulogic.dataview.export.AsciiExport
public class AsciiExport
Class that exports data to ASCII format
Constructor Summary | |
---|---|
AsciiExport(ViewContent v)
Default constructor |
Method Summary | |
---|---|
void |
export(java.lang.String fileName)
Exports the content of DataStorage to ASCII file |
java.lang.String |
exportDataASCII(DataStorage storage)
Exports data to ASCII Only channels with attribute NORMAL_CHANNEL (default) will be exported |
java.lang.String |
getDelimiter()
Getter for property delimiter |
java.lang.String |
getFormat()
Getter for property format. |
void |
setDelimiter(java.lang.String delimiter)
Setter for property delimiter |
void |
setFormat(java.lang.String format)
Setter for property format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AsciiExport(ViewContent v)
v
- view conentMethod Detail |
---|
public void export(java.lang.String fileName) throws java.io.IOException
DataStorage
to ASCII file
fileName
- name of the file to export data
java.io.IOException
- if i/o problem occurspublic java.lang.String exportDataASCII(DataStorage storage)
storage
- data storage to export
public java.lang.String getDelimiter()
public void setDelimiter(java.lang.String delimiter)
delimiter
- New value of property delimiterpublic java.lang.String getFormat()
public void setFormat(java.lang.String format)
format
- New value of property format.
|
CESE 1.4.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |