DataWriter

public class DataWriter<T>

Generic Class to write line-wise from a text file. given an object conforming to a parsing strategy, it updates the output file

See also

Constructors

Link copied to clipboard
public void DataWriter(String path, FileType type, PrintingStrategy<T> strategy)
Writer initialization

Functions

Link copied to clipboard
public void write(T data)
Writes the data to the destination file