Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Hamid Ghorashi | > | Read Text Files | > | testfile.txt | > | Download | ||
|
Download |
/*************************************/ /* Class ReadTextFiles version 1.0.0 */ /* */ /* Coded by Hamid Ghorashi */ /* Email: h.ghorashi@gmail.com */ /*************************************/ This class has been writen to read regular text files. You can read the text line by line, jump to an identified line and count number of lines. |