Qore Programming Language Reference Manual  0.8.7
 All Classes Namespaces Functions Variables Groups Pages
QC_FileLineIterator.dox.h
1 
2 namespace Qore {
4 
10 
11 public:
13 
22  constructor(string path, *string encoding, *string eol, bool trim = True);
23 
24 public:
26 
34  copy();
35 
36 public:
38 
48 string getEncoding();
49 
50 public:
52 
62 string getFileName();
63 
64 public:
66 
83 string getLine();
84 
85 public:
87 
101 int getPos();
102 
103 public:
105 
122 string getValue();
123 
124 public:
126 
138 int index();
139 
140 public:
142 
152 bool isTty();
153 
154 public:
156 
170 bool next();
171 
172 public:
174 
183  reset();
184 
185 public:
187 
198 bool valid();
199 };
200 };