<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to csvwriter_features</title><link>https://sourceforge.net/p/java-csvreader-and-csvwriter/wiki/csvwriter_features/</link><description>Recent changes to csvwriter_features</description><atom:link href="https://sourceforge.net/p/java-csvreader-and-csvwriter/wiki/csvwriter_features/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 30 Nov 2015 21:31:46 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/java-csvreader-and-csvwriter/wiki/csvwriter_features/feed" rel="self" type="application/rss+xml"/><item><title>csvwriter_features modified by HuDeanY</title><link>https://sourceforge.net/p/java-csvreader-and-csvwriter/wiki/csvwriter_features/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -31,4 +31,4 @@
 - getCsvLine(char separator, Character stringQuote, Object... values)
     Static method to format a single Csv string line.

-Don't for get to use flush() if you want to see the results without closing the outputstream now.
+Don't forget to use flush() if you want to see the written results without closing the outputstream now.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">HuDeanY</dc:creator><pubDate>Mon, 30 Nov 2015 21:31:46 -0000</pubDate><guid>https://sourceforge.net8b5e561785db7552e2a41c1feca2b0f2f4121f57</guid></item><item><title>csvwriter_features modified by HuDeanY</title><link>https://sourceforge.net/p/java-csvreader-and-csvwriter/wiki/csvwriter_features/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,5 +1,6 @@
 CsvWriter features
 =
+- Constructor parameters are the same as the ones for the CsvReader.
 - setAlwaysQuote(boolean alwaysQuote)
     If set, then all data values (strings and integers etc.) surrounded by the stringquote. Even if it is not necessary.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">HuDeanY</dc:creator><pubDate>Mon, 30 Nov 2015 21:30:15 -0000</pubDate><guid>https://sourceforge.net4f1f506c93f35cb7edeadedea085f00b90aaba2e</guid></item><item><title>csvwriter_features modified by HuDeanY</title><link>https://sourceforge.net/p/java-csvreader-and-csvwriter/wiki/csvwriter_features/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="csvwriter-features"&gt;CsvWriter features&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;setAlwaysQuote(boolean alwaysQuote)&lt;br/&gt;
    If set, then all data values (strings and integers etc.) surrounded by the stringquote. Even if it is not necessary.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;setQuoteAllStrings(boolean quoteAllStrings)&lt;br/&gt;
    If set, then all data strings surrounded by the stringquote. Even if it is not necessary. Integers and other values are not surrounded by the stringquote.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;setStringQuoteEscapeCharacter(char stringQuoteEscapeCharacter)&lt;br/&gt;
    By default the same character as set for string quotes is used for escaped string quotes inside quoted strings. This means it should be doubled like in ANSI-SQL. If this is set explicitly it is used for escaping the string quote character. Mostly then set to '\'.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;writeValues(Object... values) &lt;br/&gt;
    Write data as given by an array.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;writeValues(List&amp;lt;? extends Object&amp;gt; values)&lt;br/&gt;
    Write data as given by a list of objects.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;writeAll(List&amp;lt;List&amp;lt;? extends="" Object=""&amp;gt;&amp;gt; valueLines)&lt;br/&gt;
    Write all data as given by a list of list of objects.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;getWrittenLines()&lt;br/&gt;
    Get number of written lines until now.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;getReadChracters()&lt;br/&gt;
    Get number of read characters until now.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;getCsvLine(char separator, Character stringQuote, List&amp;lt;? extends Object&amp;gt; values)&lt;br/&gt;
    Static method to format a single Csv string line.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;getCsvLine(char separator, Character stringQuote, Object... values)&lt;br/&gt;
    Static method to format a single Csv string line.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Don't for get to use flush() if you want to see the results without closing the outputstream now.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">HuDeanY</dc:creator><pubDate>Mon, 30 Nov 2015 21:27:20 -0000</pubDate><guid>https://sourceforge.net43341bf7042449d028ea625e0a8729ce606675cc</guid></item></channel></rss>