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
 

Field Detail

HEADER

public static final byte HEADER
A header file

See Also:
Constant Field Values

INLINE_INDEX

public static final byte INLINE_INDEX
An inline index file

See Also:
Constant Field Values

EXTERNAL_INDEX

public static final byte EXTERNAL_INDEX
An external-data index file

See Also:
Constant Field Values

EXTERNAL_DATA

public static final byte EXTERNAL_DATA
An external-data data file

See Also:
Constant Field Values

SHADOW_INDEX

public static final byte SHADOW_INDEX
A shadow index file

See Also:
Constant Field Values

ANNOTATIONS

public static final byte ANNOTATIONS
An annotations file

See Also:
Constant Field Values

T

public static final byte T
T

See Also:
Constant Field Values

I

public static final byte I
I

See Also:
Constant Field Values

BYTE_3

public static final byte BYTE_3
Byte 3

See Also:
Constant Field Values