<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to csvreader_features</title><link>https://sourceforge.net/p/java-csvreader-and-csvwriter/wiki/csvreader_features/</link><description>Recent changes to csvreader_features</description><atom:link href="https://sourceforge.net/p/java-csvreader-and-csvwriter/wiki/csvreader_features/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 30 Nov 2015 21:10:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/java-csvreader-and-csvwriter/wiki/csvreader_features/feed" rel="self" type="application/rss+xml"/><item><title>csvreader_features modified by HuDeanY</title><link>https://sourceforge.net/p/java-csvreader-and-csvwriter/wiki/csvreader_features/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -31,7 +31,7 @@
     If set, then csv data line with too few value items, according to the first line of data, will be filled up with null values. By default this is set to false.

 - setStringQuoteEscapeCharacter(char stringQuoteEscapeCharacter)
-    By default the same cahracter 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.
+    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 '\'.

 - readAll() 
     Read all data from the stream at once.
&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:10:47 -0000</pubDate><guid>https://sourceforge.netc03fe26fa9c5a0b0a857172ec80e238f9cb71eb7</guid></item><item><title>csvreader_features modified by HuDeanY</title><link>https://sourceforge.net/p/java-csvreader-and-csvwriter/wiki/csvreader_features/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -4,4 +4,49 @@
     Simple constructor with stream only. Uses default encoding UTF-8, default separator ',' and default string quote '"'

 - Constructor CsvReader(InputStream inputStream, String encoding):
-    Simple constructor with stream only. Uses default separator ',' and default string quote '"'
+    Constructor with stream and encoding. Uses default separator ',' and default string quote '"'
+
+- Constructor CsvReader(InputStream inputStream, Charset encoding):
+    Constructor with stream and encoding charset. Uses default separator ',' and default string quote '"'
+
+- Constructor CsvReader(InputStream inputStream, char separator):
+    Constructor with stream and separator. Uses default encoding UTF-8 and default string quote '"'
+
+- Constructor CsvReader(InputStream inputStream, String encoding, char separator):
+    Constructor with stream, encoding and separator. Uses default string quote '"'
+
+- Constructor CsvReader(InputStream inputStream, char separator, Character stringQuote):
+    Constructor with stream, separator and string quote. Uses default encoding UTF-8.
+
+- Constructor CsvReader(InputStream inputStream, String encoding, char separator, Character stringQuote):
+    Full constructor with stream, encoding, separator and string quote.
+
+- Constructor CsvReader(InputStream inputStream, Charset encoding, char separator, Character stringQuote):
+    Full constructor with stream, encoding charset, separator and string quote.
+
+- setLineBreakInDataAllowed(boolean lineBreakInDataAllowed)
+    If set, then quoted data strings may contain linebreaks. By default this is set to true.
+
+- setFillMissingTrailingColumnsWithNull(boolean fillMissingTrailingColumnsWithNull)
+    If set, then csv data line with too few value items, according to the first line of data, will be filled up with null values. By default this is set to false.
+
+- setStringQuoteEscapeCharacter(char stringQuoteEscapeCharacter)
+    By default the same cahracter 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.
+
+- readAll() 
+    Read all data from the stream at once.
+
+- getCsvLineCount()
+    Read all data from the stream at once but only count the lines included.
+
+- readNextCsvLine()
+    Read next data line from the stream.
+
+- getReadLines()
+    Get number of read lines until now.
+
+- getReadChracters()
+    Get number of read characters until now.
+
+- parseCsvLine(char separator, Character stringQuote, String csvLine)
+    Static method to parse a single Csv string line.
&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:04:41 -0000</pubDate><guid>https://sourceforge.netb14ea402721c345feee5d74463ee5d0c60be959b</guid></item><item><title>csvreader_features modified by HuDeanY</title><link>https://sourceforge.net/p/java-csvreader-and-csvwriter/wiki/csvreader_features/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="csvreader-features"&gt;CsvReader features&lt;/h1&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Constructor CsvReader(InputStream inputStream):&lt;br/&gt;
    Simple constructor with stream only. Uses default encoding UTF-8, default separator ',' and default string quote '"'&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Constructor CsvReader(InputStream inputStream, String encoding):&lt;br/&gt;
    Simple constructor with stream only. Uses default separator ',' and default string quote '"'&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">HuDeanY</dc:creator><pubDate>Mon, 30 Nov 2015 20:45:33 -0000</pubDate><guid>https://sourceforge.net69ff200805f3e0d5e053c4b5e55248903bddb7e6</guid></item></channel></rss>