CsvFile#
- class pyopenms.CsvFile#
Bases:
objectCython implementation of _CsvFile
Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS_1_1CsvFile.html
- __init__()#
Cython signature: void CsvFile()
Cython signature: void CsvFile(CsvFile &)
Methods
Cython signature: void CsvFile()
Cython signature: void addRow(const StringList & list) Add a row to the buffer
Cython signature: void clear() Clears the buffer
Cython signature: bool getRow(int row, StringList & list) Writes all items from a row to list
Cython signature: void load(const String & filename, char is_, bool ie_, int first_n) Loads data from a text file
Cython signature: void store(const String & filename) Stores the buffer's content into a file
- addRow()#
Cython signature: void addRow(const StringList & list) Add a row to the buffer
- clear()#
Cython signature: void clear() Clears the buffer
- getRow()#
Cython signature: bool getRow(int row, StringList & list) Writes all items from a row to list
- load()#
Cython signature: void load(const String & filename, char is_, bool ie_, int first_n) Loads data from a text file
- store()#
Cython signature: void store(const String & filename) Stores the buffer’s content into a file