public class TlvDisassemble extends DictionarySQLQueries
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TLV_TYPE_DOCSIS |
static java.lang.String |
TLV_TYPE_DPOE |
static java.lang.String |
TLV_TYPE_PACKET_CABLE |
CONFIGURATION_FILE_TYPE_DOCSIS, CONFIGURATION_FILE_TYPE_DPOE, CONFIGURATION_FILE_TYPE_PACKET_CABLE, DOCSIS_DICTIONARY_TABLE_NAME, DPOE_DICTIONARY_TABLE_NAME, PACKET_CABLE_DICTIONARY_TABLE_NAME| Constructor and Description |
|---|
TlvDisassemble(java.io.File fTlvBuffer,
java.lang.String sTlvType) |
TlvDisassemble(TlvBuilder tbTlvBuffer,
java.lang.String sTlvType) |
TlvDisassemble(TlvVariableBinding tvbTlvBuffer,
java.lang.String sTlvType) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
GetConfiguraitonFileType(java.io.File fConfiguraitonFile) |
org.json.JSONArray |
getTlvDictionary() |
org.json.JSONArray |
getTopLevelTLVJSON(int iTlvType) |
java.util.List<byte[]> |
toListByteArray() |
getAllTlvDefinition, getAllTopLevelTypeNameToType, getDictionaryTableName, getMajorTlvDefinition, getTlvDefinition, getTlvDictionary, getTopLevelByteLength, getTypeToByteLengthMap, updateDictionaryTablenamegetConnectionID, getRowCount, getRowCountpublic static final java.lang.String TLV_TYPE_DOCSIS
public static final java.lang.String TLV_TYPE_PACKET_CABLE
public static final java.lang.String TLV_TYPE_DPOE
public TlvDisassemble(TlvBuilder tbTlvBuffer, java.lang.String sTlvType)
tbTlvBuffer - sTlvType - Stringpublic TlvDisassemble(TlvVariableBinding tvbTlvBuffer, java.lang.String sTlvType)
tvbTlvBuffer - sTlvType - Stringpublic TlvDisassemble(java.io.File fTlvBuffer,
java.lang.String sTlvType)
fTlvBuffer - sTlvType - Stringpublic org.json.JSONArray getTlvDictionary()
public java.util.List<byte[]> toListByteArray()
public org.json.JSONArray getTopLevelTLVJSON(int iTlvType)
iTlvType - public static java.lang.String GetConfiguraitonFileType(java.io.File fConfiguraitonFile)
fConfiguraitonFile -