Uses of Class
com.univocity.parsers.common.routine.InputDimension
-
Packages that use InputDimension Package Description com.univocity.parsers.common.routine -
-
Uses of InputDimension in com.univocity.parsers.common.routine
Methods in com.univocity.parsers.common.routine that return InputDimension Modifier and Type Method Description InputDimension
AbstractRoutines. getInputDimension(java.io.File input)
Calculates the dimensions of a file (row and column count).InputDimension
AbstractRoutines. getInputDimension(java.io.File input, java.lang.String encoding)
Calculates the dimensions of a file (row and column count).InputDimension
AbstractRoutines. getInputDimension(java.io.InputStream input)
Calculates the dimensions of a given input (row and column count).InputDimension
AbstractRoutines. getInputDimension(java.io.InputStream input, java.lang.String encoding)
Calculates the dimensions of a given input (row and column count).InputDimension
AbstractRoutines. getInputDimension(java.io.Reader input)
Calculates the dimensions of a given input (row and column count).
-