VisioForge (c) 2025

Search Results for

    Class KLVDecoder

    Inheritance
    object
    KLVDecoder
    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
    Assembly: VisioForge.Core.dll
    Syntax
    public class KLVDecoder

    Methods

    DecodeFromBytes(byte[])

    Declaration
    public static List<KLVItem> DecodeFromBytes(byte[] klvData)
    Parameters
    Type Name Description
    byte[] klvData
    Returns
    Type Description
    List<KLVItem>

    DecodeFromFile(string)

    Declaration
    public static List<KLVItem> DecodeFromFile(string filePath)
    Parameters
    Type Name Description
    string filePath
    Returns
    Type Description
    List<KLVItem>