The Meta-Environment API

com.csvreader
Class CsvReader.StaticSettings

java.lang.Object
  extended by com.csvreader.CsvReader.StaticSettings
Enclosing class:
CsvReader

private class CsvReader.StaticSettings
extends java.lang.Object


Field Summary
static int INITIAL_COLUMN_BUFFER_SIZE
           
static int INITIAL_COLUMN_COUNT
           
static int MAX_BUFFER_SIZE
           
static int MAX_FILE_BUFFER_SIZE
           
 
Constructor Summary
private CsvReader.StaticSettings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_BUFFER_SIZE

public static final int MAX_BUFFER_SIZE
See Also:
Constant Field Values

MAX_FILE_BUFFER_SIZE

public static final int MAX_FILE_BUFFER_SIZE
See Also:
Constant Field Values

INITIAL_COLUMN_COUNT

public static final int INITIAL_COLUMN_COUNT
See Also:
Constant Field Values

INITIAL_COLUMN_BUFFER_SIZE

public static final int INITIAL_COLUMN_BUFFER_SIZE
See Also:
Constant Field Values
Constructor Detail

CsvReader.StaticSettings

private CsvReader.StaticSettings()

The Meta-Environment API