class: ProcessCSVFile

private <<inner class>> class: ProcessCSVFile
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 6.12.2005 14:48:31; Modified: 6.12.2005 14:55:10;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {9DAF97FF-9FAB-4e50-9E01-A81FE62DA785}
Class for using in import CSV file

 

Goto: Fields, Methods

See also: Version

Appears in: Versions

Connections
 
ProcessCSVFile Attributes
Attribute Details
private StreamReader
  sr
private int
  line
Notes: sequence number of line

private int
  columnCount
Notes: sequence number of column

private bool
  endOfLine
Notes: End of the line

private bool
  endOfFile
Notes: End of the file

 
ProcessCSVFile Methods
Operation Details
public
ProcessCSVFile(
   StreamReader sr):
Notes: Constructor. Init StreamReader.
public
GetNextColumn():string
Notes: Get next value

@returns value of column
public
EndOfLine():bool
<<property>>
Notes: End of line detected
public
EOF():bool
<<property>>
Notes: End of file detected
public
Line():int
<<property>>
Notes: Sequence number of line
public
ColumnCount():int
<<property>>
Notes: Sequence number of column
public
Close():void
Notes: Close StreamReader