DataReader

public class DataReader<T>

Generic Class to read line-wise from a text file. After a parsing process executed from a parsing strategy, it returns an object of the given parameter

See also

Constructors

Link copied to clipboard
public void DataReader(InputStream input, FileType type, ParsingStrategy<T> strategy)
Reader initialization

Functions

Link copied to clipboard
public T read()
Reads the data from the source file