Interface ZipConstants
-
public interface ZipConstants
Commonly used constants.© 2012-2034 akquinet tech@spree
- Author:
- M. Dahm
-
-
Field Summary
Fields Modifier and Type Field Description static String
COLUMN_NAME
static String
DBINFO_NAME
static String
EXTRA_INFO
static String
EXTRA_INFO_NAME
static String
GUTTEN_BASE_NAME
static String
INDEX_NAME
static String
MANIFEST_NAME
static String
META_DATA
static String
META_INF
static String
METADATA_NAME
static char
PATH_SEPARATOR
static String
PREFIX
static String
TABLE_DATA_NAME
static String
TABLE_INFO_NAME
-
-
-
Field Detail
-
DBINFO_NAME
static final String DBINFO_NAME
- See Also:
- Constant Field Values
-
TABLE_INFO_NAME
static final String TABLE_INFO_NAME
- See Also:
- Constant Field Values
-
COLUMN_NAME
static final String COLUMN_NAME
- See Also:
- Constant Field Values
-
INDEX_NAME
static final String INDEX_NAME
- See Also:
- Constant Field Values
-
GUTTEN_BASE_NAME
static final String GUTTEN_BASE_NAME
- See Also:
- Constant Field Values
-
TABLE_DATA_NAME
static final String TABLE_DATA_NAME
- See Also:
- Constant Field Values
-
PATH_SEPARATOR
static final char PATH_SEPARATOR
- See Also:
- Constant Field Values
-
METADATA_NAME
static final String METADATA_NAME
- See Also:
- Constant Field Values
-
EXTRA_INFO_NAME
static final String EXTRA_INFO_NAME
- See Also:
- Constant Field Values
-
PREFIX
static final String PREFIX
- See Also:
- Constant Field Values
-
META_DATA
static final String META_DATA
- See Also:
- Constant Field Values
-
EXTRA_INFO
static final String EXTRA_INFO
- See Also:
- Constant Field Values
-
META_INF
static final String META_INF
- See Also:
- Constant Field Values
-
MANIFEST_NAME
static final String MANIFEST_NAME
- See Also:
- Constant Field Values
-
-