Interface ThincRecordCommon


public interface ThincRecordCommon

common definition of THINC protocol specification, JAVA

Author:
Ricardo Baratto

Nested Class Summary
static class ThincRecordCommon.thincRecCmd
           
static class ThincRecordCommon.thincRecCmdHeader
           
static class ThincRecordCommon.thincRecIndexHeader
           
static class ThincRecordCommon.thincRecRecord
           
static class ThincRecordCommon.thincRecShot
           
static class ThincRecordCommon.thincRecShotHeader
           
 
Field Summary
static java.lang.String T_REC_CMD_EXT
           
static int T_REC_CMD_EXT_LEN
           
static int T_REC_CMD_HEADER_SZ
           
static int T_REC_CMD_NEXTFILE_SZ
           
static int T_REC_CMD_SZ
           
static int T_REC_CMD_TYPE_NEXTFILE
           
static java.lang.String T_REC_DEFAULT_DIR
           
static int T_REC_DEFAULT_DIR_LEN
           
static int T_REC_FILEID_LEN
           
static java.lang.String T_REC_IDX_NAME
           
static int T_REC_INDEX_HEADER_SZ
           
static char[] T_REC_MAGIC
           
static int T_REC_MAGIC_SZ
           
static int T_REC_RECORD_SZ
           
static int T_REC_SHOT_COMPRESSED
           
static java.lang.String T_REC_SHOT_EXT
           
static int T_REC_SHOT_EXT_LEN
           
static int T_REC_SHOT_HEADER_SZ
           
static int T_REC_SHOT_NEXTFILE_SZ
           
static int T_REC_SHOT_SZ
           
static int T_REC_SHOT_TYPE_NEXTFILE
           
 

Field Detail

T_REC_DEFAULT_DIR

static final java.lang.String T_REC_DEFAULT_DIR
See Also:
Constant Field Values

T_REC_DEFAULT_DIR_LEN

static final int T_REC_DEFAULT_DIR_LEN

T_REC_MAGIC

static final char[] T_REC_MAGIC

T_REC_MAGIC_SZ

static final int T_REC_MAGIC_SZ
See Also:
Constant Field Values

T_REC_IDX_NAME

static final java.lang.String T_REC_IDX_NAME
See Also:
Constant Field Values

T_REC_SHOT_EXT

static final java.lang.String T_REC_SHOT_EXT
See Also:
Constant Field Values

T_REC_SHOT_EXT_LEN

static final int T_REC_SHOT_EXT_LEN
See Also:
Constant Field Values

T_REC_CMD_EXT

static final java.lang.String T_REC_CMD_EXT
See Also:
Constant Field Values

T_REC_CMD_EXT_LEN

static final int T_REC_CMD_EXT_LEN
See Also:
Constant Field Values

T_REC_FILEID_LEN

static final int T_REC_FILEID_LEN
See Also:
Constant Field Values

T_REC_INDEX_HEADER_SZ

static final int T_REC_INDEX_HEADER_SZ
See Also:
Constant Field Values

T_REC_SHOT_SZ

static final int T_REC_SHOT_SZ
See Also:
Constant Field Values

T_REC_CMD_SZ

static final int T_REC_CMD_SZ
See Also:
Constant Field Values

T_REC_RECORD_SZ

static final int T_REC_RECORD_SZ
See Also:
Constant Field Values

T_REC_CMD_HEADER_SZ

static final int T_REC_CMD_HEADER_SZ
See Also:
Constant Field Values

T_REC_CMD_TYPE_NEXTFILE

static final int T_REC_CMD_TYPE_NEXTFILE
See Also:
Constant Field Values

T_REC_CMD_NEXTFILE_SZ

static final int T_REC_CMD_NEXTFILE_SZ
See Also:
Constant Field Values

T_REC_SHOT_HEADER_SZ

static final int T_REC_SHOT_HEADER_SZ
See Also:
Constant Field Values

T_REC_SHOT_TYPE_NEXTFILE

static final int T_REC_SHOT_TYPE_NEXTFILE
See Also:
Constant Field Values

T_REC_SHOT_NEXTFILE_SZ

static final int T_REC_SHOT_NEXTFILE_SZ
See Also:
Constant Field Values

T_REC_SHOT_COMPRESSED

static final int T_REC_SHOT_COMPRESSED
See Also:
Constant Field Values