VisioForge (c) 2025

Search Results for

    Class KLVParser

    KLV MISB 0601 metadata parser. Key length is 16.

    Inheritance
    object
    KLVParser
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Metadata.KLV
    Assembly: VisioForge.Core.dll
    Syntax
    public class KLVParser

    Constructors

    KLVParser(Stream)

    Initializes a new instance of the KLVParser class.

    Declaration
    public KLVParser(Stream source)
    Parameters
    Type Name Description
    Stream source

    The stream source.

    KLVParser(string)

    Initializes a new instance of the KLVParser class.

    Declaration
    public KLVParser(string filename)
    Parameters
    Type Name Description
    string filename

    The filename.

    Properties

    Elements

    Gets the elements.

    Declaration
    public List<Element> Elements { get; }
    Property Value
    Type Description
    List<Element>

    The elements.