Table of Contents

Class KLVParser

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

KLV MISB 0601 metadata parser. Key length is 16.

public class KLVParser

Inheritance

Inherited Members

Constructors

KLVParser(Stream)

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

public KLVParser(Stream source)

Parameters

source Stream

The stream source.

KLVParser(string)

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

public KLVParser(string filename)

Parameters

filename string

The filename.

Properties

Elements

Gets the elements.

public List<Element> Elements { get; }

Property Value

List<Element>