public class BinFileMultColPreparer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ext1
for better recognition the data file has this extension
|
static java.lang.String |
ext2
The index file gets another extension
|
| Constructor and Description |
|---|
BinFileMultColPreparer(java.lang.String fileName,
int columnCount)
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Use this main in order to prepare file directly from the command line.
|
public static final java.lang.String ext1
public static final java.lang.String ext2
public BinFileMultColPreparer(java.lang.String fileName,
int columnCount)
fileName - String - the dump filecolumnCount - int - number of columns in file