Table of Contents

Class KLVDecoder

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

Represents a KLV decoder.

public class KLVDecoder

Inheritance

Inherited Members

Methods

DecodeFromBytes(byte[])

Decodes KLV data from bytes.

public static List<KLVItem> DecodeFromBytes(byte[] klvData)

Parameters

klvData byte[]

The KLV data.

Returns

List<KLVItem>

A list of KLV items.

DecodeFromFile(string)

Decodes a KLV file.

public static List<KLVItem> DecodeFromFile(string filePath)

Parameters

filePath string

The file path.

Returns

List<KLVItem>

A list of KLV items.