Summer.Batch.Extra.Copybook.CopybookLoader Class Reference

Static utility class to load copybooks More...

Static Public Member Functions

static FileFormat LoadCopybook (string path)
 Loads a copybook from its path. More...
 
static FileFormat LoadCopybook (Stream stream)
 Loads a copybook from a stream. More...
 

Detailed Description

Static utility class to load copybooks

Member Function Documentation

static FileFormat Summer.Batch.Extra.Copybook.CopybookLoader.LoadCopybook ( string  path)
static

Loads a copybook from its path.

Parameters
paththe path to the copybook
Returns
the file format read from the copybook
static FileFormat Summer.Batch.Extra.Copybook.CopybookLoader.LoadCopybook ( Stream  stream)
static

Loads a copybook from a stream.

Parameters
streamthe stream to read from
Returns
the file format read from the copybook

The documentation for this class was generated from the following file:
  • Summer.Batch.Extra/Copybook/CopybookLoader.cs