Class DelimitedFileReader
java.lang.Object
java.io.Reader
java.io.FilterReader
org.eclipse.nebula.widgets.nattable.dataset.pricing.DelimitedFileReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
-
Field Summary
Fields inherited from class java.io.FilterReader
in -
Method Summary
Methods inherited from class java.io.FilterReader
close, mark, markSupported, ready, reset, skipMethods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
Method Details
-
read
This method will read until it finds a return character.- Overrides:
readin classFilterReader- Throws:
IOException
-
read
- Overrides:
readin classFilterReader- Throws:
IOException
-
getTabbedLineRead
-