\r\n

51Degrees Pipeline .NET  4.1Newer Version 4.4

51Degrees Pipeline for .NET

FiftyOne.Pipeline.Engines.Data.Readers.IDataLoader< T > Interface Template Reference

Detailed Description

Used to load data from either a file or byte array into the format 'T'.

Template Parameters
T - Type of object to load

Inheritance diagram for FiftyOne.Pipeline.Engines.Data.Readers.IDataLoader< T >:

[legend]

Public Member Functions

T  LoadData (string filePath)
Load a new instance of T using the data in the file provided. More...
T  LoadData (byte[] data)
Load a new instance of T using the binary data provided. More...

Member Function Documentation