C# Class FlatFiles.FixedLengthRecordWriter

Afficher le fichier Open project: jehugaleahsa/FlatFiles Class Usage Examples

Méthodes publiques

Méthode Description
FixedLengthRecordWriter ( TextWriter writer, FixedLengthSchema schema, FlatFiles.FixedLengthOptions options ) : System
WriteRecord ( object values ) : void
WriteRecordSeparator ( ) : void
WriteSchema ( ) : void

Private Methods

Méthode Description
fitWidth ( Window window, string value ) : string
getPaddedValue ( string value, Window window ) : string
getTruncatedValue ( string value, Window window ) : string

Method Details

FixedLengthRecordWriter() public méthode

public FixedLengthRecordWriter ( TextWriter writer, FixedLengthSchema schema, FlatFiles.FixedLengthOptions options ) : System
writer System.IO.TextWriter
schema FixedLengthSchema
options FlatFiles.FixedLengthOptions
Résultat System

WriteRecord() public méthode

public WriteRecord ( object values ) : void
values object
Résultat void

WriteRecordSeparator() public méthode

public WriteRecordSeparator ( ) : void
Résultat void

WriteSchema() public méthode

public WriteSchema ( ) : void
Résultat void