au.com.bytecode.opencsv
Class UniCodeTest

java.lang.Object
  extended by au.com.bytecode.opencsv.UniCodeTest

public class UniCodeTest
extends Object


Constructor Summary
UniCodeTest()
           
 
Method Summary
 void canParseUnicode()
           
 void readerTest()
           
 void runASCIIThroughCSVWriter()
           
 void runUniCodeThroughCSVReader()
           
 void runUniCodeThroughCSVWriter()
           
 void writerTest()
           
 void writeThenReadAscii()
           
 void writeThenReadTwiceAscii()
           
 void writeThenReadTwiceMixedUnicode()
           
 void writeThenReadTwiceUnicode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UniCodeTest

public UniCodeTest()
Method Detail

canParseUnicode

public void canParseUnicode()
                     throws IOException
Throws:
IOException

readerTest

public void readerTest()
                throws IOException
Throws:
IOException

writerTest

public void writerTest()

runUniCodeThroughCSVReader

public void runUniCodeThroughCSVReader()
                                throws IOException
Throws:
IOException

runUniCodeThroughCSVWriter

public void runUniCodeThroughCSVWriter()

runASCIIThroughCSVWriter

public void runASCIIThroughCSVWriter()

writeThenReadAscii

public void writeThenReadAscii()
                        throws IOException
Throws:
IOException

writeThenReadTwiceAscii

public void writeThenReadTwiceAscii()
                             throws IOException
Throws:
IOException

writeThenReadTwiceUnicode

public void writeThenReadTwiceUnicode()
                               throws IOException
Throws:
IOException

writeThenReadTwiceMixedUnicode

public void writeThenReadTwiceMixedUnicode()
                                    throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.