Package org.apache.jmeter.functions
Class FileRowColContainer
java.lang.Object
org.apache.jmeter.functions.FileRowColContainer
File data container for CSV (and similar delimited) files Data is accessible
 via row and column number
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionFileRowColContainer(String file) FileRowColContainer(String file, String delim) 
- 
Method Summary
- 
Field Details- 
DELIMITER
 
- 
- 
Constructor Details- 
FileRowColContainer- Throws:
- IOException
- FileNotFoundException
 
- 
FileRowColContainer- Throws:
- IOException
- FileNotFoundException
 
 
- 
- 
Method Details- 
getColumnGet the string for the column from the current row- Parameters:
- row- row number (from 0)
- col- column number (from 0)
- Returns:
- the string (empty if out of bounds)
- Throws:
- IndexOutOfBoundsException- if the column number is out of bounds
 
- 
nextRowpublic int nextRow()Returns the next row to the caller, and updates it, allowing for wrap round- Returns:
- the first free (unread) row
 
- 
getFileName- Returns:
- the file name for this class
 
- 
getSizepublic int getSize()
 
-