public final class InputDimension
extends java.lang.Object
AbstractRoutines.getInputDimension(File)| Modifier and Type | Field and Description |
|---|---|
(package private) int |
columns |
(package private) long |
rows |
| Constructor and Description |
|---|
InputDimension() |
| Modifier and Type | Method and Description |
|---|---|
int |
columnCount()
Returns the maximum number of column the input contains.
|
long |
rowCount()
Returns the total number of rows the input contains.
|
public final long rowCount()
public final int columnCount()