Package com.univocity.parsers.common
Class DummyFormat
java.lang.Object
com.univocity.parsers.common.Format
com.univocity.parsers.common.DummyFormat
- All Implemented Interfaces:
Cloneable
A concrete (dummy) implementation of
Format
. Used by AbstractWriter
to manage its internal configuration of field selections- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.univocity.parsers.common.Format
clone, getComment, getLineSeparator, getLineSeparatorString, getNormalizedNewline, getSystemLineSeparator, isComment, isNewLine, setComment, setLineSeparator, setLineSeparator, setNormalizedNewline, toString
-
Field Details
-
instance
-
-
Constructor Details
-
DummyFormat
private DummyFormat()
-
-
Method Details
-
getConfiguration
- Specified by:
getConfiguration
in classFormat
-