Table of Contents

Class SetParser

Namespace
VisioForge.Core.Metadata.KLV
Assembly
VisioForge.Core.dll

Parsable Element. Not intended to be used directly. Always as super class.

public class SetParser : ElementParser

Inheritance

Derived

Inherited Members

Constructors

SetParser(byte[], byte[], int)

Initializes a new instance of the VisioForge.Core.Metadata.KLV.SetParser class.

public SetParser(byte[] key, byte[] value, int key_length)

Parameters

key byte[]

The key.

value byte[]

The value.

key_length int

Length of the key.

Properties

Elements

Gets the elements.

public List<Element> Elements { get; }

Property Value

List<Element>

KeyLength

Gets the key length.

public int KeyLength { get; }

Property Value

int

Methods

Parse()

Parse the parent into items. Called on init and modification of parent value. If a known parser is not available for key, parse as generic KLV element.

public virtual void Parse()

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.