HOTFIX: Better token handling and simplify clear string comparisons
This commit is contained in:
parent
744735cca8
commit
df1cb0e7fa
3 changed files with 11 additions and 12 deletions
|
|
@ -67,7 +67,7 @@ class SafeReader {
|
|||
String readString();
|
||||
String readString(size_t len);
|
||||
String readStringLine();
|
||||
String readStringToken(unsigned char delim);
|
||||
String readStringToken(unsigned char delim, bool stripContiguous);
|
||||
String readStringToken();
|
||||
inline bool isEOF() { return curSeek >= len; };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue