Documentation ¶
Index ¶
- type KLV
- func (me *KLV) AddSlice(key int, data []byte) *KLVData
- func (me *KLV) AddString(key int, data string) *KLVData
- func (me *KLV) Dump() string
- func (me *KLV) Export(buffer *bytes.Buffer)
- func (me *KLV) GetKLV(key int) *KLVData
- func (me *KLV) Parse(data []byte) error
- func (me *KLV) Reset()
- func (me *KLV) SetDynamicLength(v bool)
- type KLVData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KLV ¶
type KLV struct { DataMap map[byte]*KLVData Data []*KLVData // contains filtered or unexported fields }
func NewDynamicKLV ¶
func NewDynamicKLV() *KLV
func (*KLV) SetDynamicLength ¶
Click to show internal directories.
Click to hide internal directories.