IO Archive
19 Nov 2016
Reading and Writing data in text formats

There are two different ways to store data. Text and Binary Format. In this article we will cover only text format. We will discuss binary format in our next article. Text Format In text format, data is represented in human read able format Reader and Writer classes or their subclasses handle data in text form