Package org.hl7.fhir.utilities
Class CSVProcessor.DataReader
- java.lang.Object
-
- java.io.Reader
-
- java.io.InputStreamReader
-
- org.hl7.fhir.utilities.CSVReader
-
- org.hl7.fhir.utilities.CSVProcessor.DataReader
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
- Enclosing class:
- CSVProcessor
public class CSVProcessor.DataReader extends CSVReader
-
-
Constructor Summary
Constructors Constructor Description DataReader(InputStream data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess()-
Methods inherited from class org.hl7.fhir.utilities.CSVReader
cell, checkColumn, getColumn, getDelimiter, has, isMultiline, line, parseBoolean, parseLine, readHeaders, setDelimiter, setMultiline, value
-
Methods inherited from class java.io.InputStreamReader
close, getEncoding, read, read, ready
-
Methods inherited from class java.io.Reader
mark, markSupported, nullReader, read, read, reset, skip, transferTo
-
-
-
-
Constructor Detail
-
DataReader
public DataReader(InputStream data) throws FHIRException, IOException
- Throws:
FHIRExceptionIOException
-
-
Method Detail
-
process
public void process() throws IOException, FHIRException
- Throws:
IOExceptionFHIRException
-
-