-
Notifications
You must be signed in to change notification settings - Fork 36
N_CodeJam_TableData
andrewvk edited this page Apr 25, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
The CodeJam.TableData namespace contains types for working with CSV and fixed with text data formats.
Class | Description | |
---|---|---|
![]() |
CsvFormat | CSV format support. |
![]() |
FixedWidthFormat | Fixed width format support. |
![]() |
TableDataParser | Contains methods for table data parsing. |
![]() |
TableDataPrinter | Prints table data. |
Structure | Description | |
---|---|---|
![]() |
DataLine | Line of data. |
Interface | Description | |
---|---|---|
![]() |
ITableDataFormatter | Formatter interface. |
Delegate | Description | |
---|---|---|
![]() |
Parser | Reads single line from table data and parses it. |