MCPcopy
hub / github.com/aceld/zinx / LTV_Little_Decoder

Struct LTV_Little_Decoder

zdecoder/ltvdecoder_little.go:61–65  ·  view source on GitHub ↗

表示TLV空包长度

Source from the content-addressed store, hash-verified

59const LTV_HEADER_SIZE = 8 //表示TLV空包长度
60
61type LTV_Little_Decoder struct {
62 Length uint32 //L
63 Tag uint32 //T
64 Value []byte //V
65}
66
67func NewLTV_Little_Decoder() ziface.IDecoder {
68 return &LTV_Little_Decoder{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected