Modifier and Type | Method and Description |
---|---|
static @Nullable QuotingBehavior |
QuotingBehavior.fromCode(int code)
Gets the enumeration value given the proper unique code.
|
static QuotingBehavior |
QuotingBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotingBehavior[] |
QuotingBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CsvWriter(@Nullable StringWriter stringWriter,
@Nullable Character columnSeparator,
@Nullable String rowSeparator,
@Nullable String fieldDelimiter,
@Nullable Integer writeChunkSize,
@Nullable QuotingBehavior quotingBehavior)
Initializes a new instance of the CsvWriter class.
|
CsvWriter(StringWriter stringWriter,
char columnSeparator,
String rowSeparator,
String fieldDelimiter,
QuotingBehavior quotingBehavior)
Initializes a new instance of the CsvWriter class.
|
CsvWriter(StringWriter stringWriter,
QuotingBehavior quotingBehavior)
Initializes a new instance of the CsvWriter class.
|
Copyright © 2016 Unterrainer Informatik OG. All rights reserved.