com.ricebridge.csvman
Interface CsvBuffer

All Known Implementing Classes:
CsvReader

public interface CsvBuffer

Internal Interface; provides most recently read line to parser in case of error.

When a BadLine object is created, the text of the original line is recovered using an instance of this interface.

See Also:
BadLine, CsvReader

Method Summary
 String endOfLine(String pEndOfLine)
          Find the last line input based on a set of end-of-line marking characters.
 

Method Detail

endOfLine

public String endOfLine(String pEndOfLine)
Find the last line input based on a set of end-of-line marking characters. Used when a bad line occurs.

Parameters:
pEndOfLine - end-of-line characters


Copyright © 2003-2006 Ricebridge