Summer.Batch.Extra.Sort.Legacy.Format.ConstantFormatter Class Reference

Implementation of ISubFormatter that writes a constant. More...

Inheritance diagram for Summer.Batch.Extra.Sort.Legacy.Format.ConstantFormatter:
Summer.Batch.Extra.Sort.Legacy.Format.ISubFormatter

Public Member Functions

void Format (byte[] input, byte[] output)
 Writes the constant in the output record. More...
 

Properties

byte[] Constant [get, set]
 The constant to write. More...
 
int Length [get]
 The length of the constant. More...
 
int OutputIndex [get, set]
 The zero-based index of the first byte to write in the output record. More...
 
- Properties inherited from Summer.Batch.Extra.Sort.Legacy.Format.ISubFormatter
int Length [get]
 The length of the formatted sub-part More...
 
int OutputIndex [get]
 The zero-based index of the first byte to write in the output record. More...
 

Detailed Description

Implementation of ISubFormatter that writes a constant.

Member Function Documentation

void Summer.Batch.Extra.Sort.Legacy.Format.ConstantFormatter.Format ( byte[]  input,
byte[]  output 
)

Writes the constant in the output record.

Parameters
inputthe input record
outputthe output record

Implements Summer.Batch.Extra.Sort.Legacy.Format.ISubFormatter.

Property Documentation

byte [] Summer.Batch.Extra.Sort.Legacy.Format.ConstantFormatter.Constant
getset

The constant to write.

int Summer.Batch.Extra.Sort.Legacy.Format.ConstantFormatter.Length
get

The length of the constant.

int Summer.Batch.Extra.Sort.Legacy.Format.ConstantFormatter.OutputIndex
getset

The zero-based index of the first byte to write in the output record.


The documentation for this class was generated from the following file:
  • Summer.Batch.Extra/Sort/Legacy/Format/ConstantFormatter.cs