mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 19:14:56 -06:00
9.04 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
8874e4fbc9
commit
829409452d
@@ -19,8 +19,9 @@ public:
|
||||
bool Open(LPCTSTR fileName);
|
||||
bool Close();
|
||||
|
||||
AString ScanStringUntilNewLine();
|
||||
AString ScanStringUntilNewLine(bool allowEOF = false);
|
||||
void ReadToString(AString &resultString);
|
||||
UString ScanUStringUntilNewLine();
|
||||
|
||||
bool Eof();
|
||||
int GetChar();
|
||||
|
||||
Reference in New Issue
Block a user