jAER project on SourceForge

net.sf.jaer.eventio
Interface AEDataFile


public interface AEDataFile

Defines file extensions for data and index files.

Author:
tobi

Field Summary
static char COMMENT_CHAR
          The leading comment character for data files, "#"
static java.lang.String DATA_FILE_EXTENSION
          file extension for data files, including ".", e.g.
static java.lang.String DATA_FILE_FORMAT_HEADER
          The format header, in unix/shell style the first line of the data file reads, e.g.
static java.lang.String DATA_FILE_VERSION_NUMBER
          The most recent format version number string
static java.text.DateFormat DATE_FORMAT
          Format used for log file names
static java.lang.String INDEX_FILE_EXTENSION
          file extension for index files that contain information about a set of related data files, ".index"
 

Field Detail

DATA_FILE_EXTENSION

static final java.lang.String DATA_FILE_EXTENSION
file extension for data files, including ".", e.g. ".dat"

See Also:
Constant Field Values

INDEX_FILE_EXTENSION

static final java.lang.String INDEX_FILE_EXTENSION
file extension for index files that contain information about a set of related data files, ".index"

See Also:
Constant Field Values

COMMENT_CHAR

static final char COMMENT_CHAR
The leading comment character for data files, "#"

See Also:
Constant Field Values

DATA_FILE_FORMAT_HEADER

static final java.lang.String DATA_FILE_FORMAT_HEADER
The format header, in unix/shell style the first line of the data file reads, e.g. "#!AER-DAT2.0" where the "!AER-DAT" is defined here

See Also:
Constant Field Values

DATA_FILE_VERSION_NUMBER

static final java.lang.String DATA_FILE_VERSION_NUMBER
The most recent format version number string

See Also:
Constant Field Values

DATE_FORMAT

static final java.text.DateFormat DATE_FORMAT
Format used for log file names


jAER project on SourceForge