Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
EOF_ERROR_MSG |
"Attempting to read beyond end of file." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
INITIAL_LENGTH |
1000000 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ENCODING |
"UTF-8" |
public static final double |
EPSILON |
1.0E-6 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ALT_ZVI |
4 |
public static final long |
ALT_ZVI_EPOCH |
2921084284761000L |
public static final int |
COBOL |
1 |
public static final long |
COBOL_EPOCH |
11644473600000L |
public static final String |
FILENAME_FORMAT |
"yyyy-MM-dd_HH-mm-ss" |
public static final String |
ISO8601_FORMAT |
"yyyy-MM-dd\'T\'HH:mm:ss" |
public static final String |
ISO8601_FORMAT_MS |
"yyyy-MM-dd\'T\'HH:mm:ss.SSS" |
public static final int |
MICROSOFT |
2 |
public static final long |
MICROSOFT_EPOCH |
2209143600000L |
public static final String |
TIMESTAMP_FORMAT |
"yyyy-MM-dd HH:mm:ss" |
public static final int |
UNIX |
0 |
public static final long |
UNIX_EPOCH |
0L |
public static final int |
ZVI |
3 |
public static final long |
ZVI_EPOCH |
2921084975759000L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_HEADER |
"DEFAULT_HEADER" |
public static final String |
HEADER_KEY |
"header" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MINIMUM_JAVA_VERSION |
6 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
DEFAULT_BLOCK_SIZE |
262144 |
protected static final int |
MAX_SEARCH_SIZE |
536870912 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
DEFAULT_BLOCK_SIZE |
262144 |
protected static final int |
MAX_OVERHEAD |
1048576 |
protected static final int |
MAX_SEARCH_SIZE |
536870912 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_S3_PROTOCOL |
"https" |
protected static final int |
S3_MAX_FORWARD_SEEK |
1048576 |
Copyright © 2005–2022 Open Microscopy Environment. All rights reserved.