Uses of Class
com.univocity.parsers.common.routine.InputDimension
Packages that use InputDimension
-
Uses of InputDimension in com.univocity.parsers.common.routine
Methods in com.univocity.parsers.common.routine that return InputDimensionModifier and TypeMethodDescriptionAbstractRoutines.getInputDimension
(File input) Calculates the dimensions of a file (row and column count).AbstractRoutines.getInputDimension
(File input, String encoding) Calculates the dimensions of a file (row and column count).AbstractRoutines.getInputDimension
(InputStream input) Calculates the dimensions of a given input (row and column count).AbstractRoutines.getInputDimension
(InputStream input, String encoding) Calculates the dimensions of a given input (row and column count).AbstractRoutines.getInputDimension
(Reader input) Calculates the dimensions of a given input (row and column count).