org.jSyncManager.API.Conduit.Tools
Class DLPRecordCSV
public class DLPRecordCSV
A container for the CSV representation of the DLPRecord.
DLPRecordCSV()- Create new DLPRecordCSV with default name.
|
DLPRecordCSV(File document)- Create new DLPRecordCSV from given java.io.File input.
|
DLPRecordCSV(InputStreamReader inputfile)- Create new DLPRecordCSV from given InputStreamReader stream input.
|
DLPRecordCSV(DLPRecord rec)- Create new DLPRecordCSV from given DLPRecord.
|
elementAt, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, escape, getCell, getDocument, getHeaderrows, getReader, getRowNo, getSeparator, getValue, isShowtitles, parse, parse, parse, parse, parseRow, parseTitleRow, parseTypeRow, readBooleanCell, readByteArrayCell, readByteCell, readCalendarCell, readCharArrayCell, readCharCell, readDocument, readDoubleArrayCell, readDoubleCell, readFloatArrayCell, readFloatCell, readIntArrayCell, readIntCell, readLongArrayCell, readLongCell, readStringArrayCell, readStringCell, setDocument, setElementAt, setElementAt, setHeaderrows, setReader, setReader, setReader, setSeparator, setShowtitles, writeDataRow, writeDocument, writeDocument |
DLPRecordCSV
public DLPRecordCSV()
Create new DLPRecordCSV with default name.
DLPRecordCSV
public DLPRecordCSV(File document)
throws java.io.IOExceptionCreate new DLPRecordCSV from given java.io.File input.
document - java.io.File object to be parsed into element.
DLPRecordCSV
public DLPRecordCSV(InputStreamReader inputfile)
throws java.io.IOExceptionCreate new DLPRecordCSV from given InputStreamReader stream input.
inputfile - InputStreamReader stream to be parsed into element.
DLPRecordCSV
public DLPRecordCSV(DLPRecord rec)
Create new DLPRecordCSV from given DLPRecord.
rec - DLPRecord to be parsed into element.
insertRecord
public int insertRecord(DLPRecord rec)
insertTitles
public int insertTitles(DLPRecord rec)
Insert TITLE_ROW into document from DLPRecordCSX.dlprecordtitles.
rec - DLPRecord to be inserted.
- int number of columns inserted.
insertTypes
public int insertTypes(DLPRecord rec)
Insert DATATYPE_ROW into document from DLPRecordCSX.dlprecordtypes.
rec - DLPRecord to be inserted.
- int number of columns inserted.
readDocument
public void readDocument(InputStreamReader inputfile)
throws java.io.IOExceptionRead document from an InputStreamReader stream and parse.
- readDocument in interface JSCSVDocument
inputfile - InputStreamReader to parse document from.
readDocument
public void readDocument(int row)
Read document from the given row number.
row - Row number to parse into DLPRecord.