Skip to content

IOFileConverter<TSource, TTarget> Class

Definition

Converts files from one format to another.

public abstract class IOFileConverter<TSource, TTarget> : IOFileConverter
   where TSource : IOFile
   where TTarget : IOFile

View source

Type Parameters

Name Description
TSource The source file type.
TTarget The target file type.

Methods

Name Description
Convert(IOFile) Converts the given source file to the target format.
Convert(TSource) Converts the given source file to the target format.