public class MesgCSVWriterBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected CSVWriter |
csv |
protected boolean |
hideUnknownData |
protected boolean |
removeExpandedFields |
Constructor and Description |
---|
MesgCSVWriterBase(java.lang.String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
enumsAsStrings() |
protected java.lang.String |
getValueString(FieldBase fieldBase,
int subFieldIndex) |
void |
hideUnknownData() |
void |
removeExpandedFields() |
void |
setPrintByteAsHex(boolean value) |
void |
showInvalidsAsEmptyCells() |
protected CSVWriter csv
protected boolean hideUnknownData
protected boolean removeExpandedFields
public void close()
public void showInvalidsAsEmptyCells()
public void hideUnknownData()
public void setPrintByteAsHex(boolean value)
public void enumsAsStrings()
public void removeExpandedFields()
protected java.lang.String getValueString(FieldBase fieldBase, int subFieldIndex)