//***************************************************************************
 // Class Constructors
 // 
 private FixedWidthStreamWriter()
 {
     this._cols = new FixedWidthColumnCollection();
 }
 //***************************************************************************
 // Class Constructors
 //
 private FixedWidthStreamWriter()
 {
     this._cols = new FixedWidthColumnCollection();
 }