Definition at line 42 of file DBImportFileCoder.java.
Public Member Functions | |
char[] | encodeData (char action, String[] rowData) throws OpenMSPException |
encode the specified row data and action in a char array that can be decoded. | |
void | decodeFileData (String filename, DecodedRowListener listener) throws OpenMSPException |
decode the specified file and notify the specified listener when a row is decoded. | |
String[] | decodeData (String data) |
decode the specified data into a String array. |
char [] org.openmobileis.synchro.openmsp.client.db.DBImportFileCoder.encodeData | ( | char | action, | |
String[] | rowData | |||
) | throws OpenMSPException |
encode the specified row data and action in a char array that can be decoded.
String row data must be well formated with cote delimiter :ex tutu => 'tutu'
Definition at line 75 of file DBImportFileCoder.java.
String [] org.openmobileis.synchro.openmsp.client.db.DBImportFileCoder.decodeData | ( | String | data | ) |
decode the specified data into a String array.
The specified String is the string encoded by the encode method. The action specified in the string is not return. if an error occurs return null;
Definition at line 282 of file DBImportFileCoder.java.
References org.openmobileis.common.util.collection.Array.add(), org.openmobileis.common.util.collection.Array.size, and org.openmobileis.common.util.collection.Array.toArray().