mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
LibCore: Add CIODevice::seek().
This commit is contained in:
parent
1debc0a78c
commit
b5759089d8
2 changed files with 13 additions and 0 deletions
|
@ -35,6 +35,8 @@ public:
|
|||
|
||||
bool can_read() const;
|
||||
|
||||
bool seek(signed_qword);
|
||||
|
||||
virtual bool open(CIODevice::OpenMode) = 0;
|
||||
virtual bool close();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue