Uses of Class
com.univocity.parsers.common.routine.InputDimension

Packages that use InputDimension
com.univocity.parsers.common.routine   
 

Uses of InputDimension in com.univocity.parsers.common.routine
 

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



Copyright © 2017 uniVocity Software Pty Ltd. All rights reserved.