Package | Description |
---|---|
com.univocity.parsers.common.routine |
Modifier and Type | Method and Description |
---|---|
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 © 2022 Univocity Software Pty Ltd. All rights reserved.