com.timeindexing.io
Interface FileType


public interface FileType

This has the definitions used in the file header for each of the different files.


Field Summary
static byte ANNOTATIONS
          An annotations file
static byte BYTE_3
          Byte 3
static byte EXTERNAL_DATA
          An external-data data file
static byte EXTERNAL_INDEX
          An external-data index file
static byte HEADER
          A header file
static byte I
          I
static byte INLINE_INDEX
          An inline index file
static byte SHADOW_INDEX
          A shadow index file
static byte T
          T
static long TRAILER
          Trailer
 

Field Detail

HEADER

static final byte HEADER
A header file

See Also:
Constant Field Values

INLINE_INDEX

static final byte INLINE_INDEX
An inline index file

See Also:
Constant Field Values

EXTERNAL_INDEX

static final byte EXTERNAL_INDEX
An external-data index file

See Also:
Constant Field Values

EXTERNAL_DATA

static final byte EXTERNAL_DATA
An external-data data file

See Also:
Constant Field Values

SHADOW_INDEX

static final byte SHADOW_INDEX
A shadow index file

See Also:
Constant Field Values

ANNOTATIONS

static final byte ANNOTATIONS
An annotations file

See Also:
Constant Field Values

T

static final byte T
T

See Also:
Constant Field Values

I

static final byte I
I

See Also:
Constant Field Values

BYTE_3

static final byte BYTE_3
Byte 3

See Also:
Constant Field Values

TRAILER

static final long TRAILER
Trailer

See Also:
Constant Field Values


Timeindexing 2008