#79: OPM import progress and start everything else

This commit is contained in:
James Alan Nguyen 2022-04-23 19:52:09 +10:00
parent 9c8d122389
commit f716ac262d
4 changed files with 198 additions and 10 deletions

View file

@ -66,6 +66,9 @@ class SafeReader {
double readD_BE();
String readString();
String readString(size_t len);
String readString_Line();
String readString_Token(unsigned char delim=' ');
bool isEOF();
SafeReader(void* b, size_t l):
buf((unsigned char*)b),