TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.ui.datapool.internal.util
Class CSVBufferedReader

java.lang.Object
  extended by java.io.Reader
      extended by java.io.BufferedReader
          extended by org.eclipse.hyades.test.ui.datapool.internal.util.CSVBufferedReader
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable

public class CSVBufferedReader
extends java.io.BufferedReader


Field Summary
static java.lang.String LINE_SEPARATOR
           
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
CSVBufferedReader(java.io.Reader in)
           
 
Method Summary
 java.lang.String readLine()
           
 
Methods inherited from class java.io.BufferedReader
close, mark, markSupported, read, read, ready, reset, skip
 
Methods inherited from class java.io.Reader
read, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINE_SEPARATOR

public static final java.lang.String LINE_SEPARATOR
Constructor Detail

CSVBufferedReader

public CSVBufferedReader(java.io.Reader in)
Parameters:
in -
Method Detail

readLine

public java.lang.String readLine()
                          throws java.io.IOException
Overrides:
readLine in class java.io.BufferedReader
Throws:
java.io.IOException

TPTP 4.5.0 Testing Tools Project
Internal API Specification