fs/io/FileOutputStream: add method Tell()

This commit is contained in:
Max Kellermann
2015-03-24 21:46:01 +01:00
parent 6387b52896
commit f1f871f103
2 changed files with 20 additions and 0 deletions

View File

@@ -114,6 +114,9 @@ public:
return path;
}
gcc_pure
uint64_t Tell() const;
/* virtual methods from class OutputStream */
bool Write(const void *data, size_t size, Error &error) override;
};