Class InputDimension
- java.lang.Object
-
- com.univocity.parsers.common.routine.InputDimension
-
public final class InputDimension extends java.lang.ObjectA simple class to hold information about the dimensions of a given input, which are calculated usingAbstractRoutines.getInputDimension(File)- Author:
- Univocity Software Pty Ltd - dev@univocity.com
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcolumnCount()Returns the maximum number of column the input contains.longrowCount()Returns the total number of rows the input contains.
-
-
-
Method Detail
-
rowCount
public final long rowCount()
Returns the total number of rows the input contains.- Returns:
- the number of rows found in the input.
-
columnCount
public final int columnCount()
Returns the maximum number of column the input contains.- Returns:
- the number of columns found in the input.
-
-