mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-26 18:42:41 +01:00
This commit is contained in:
@@ -51,6 +51,9 @@ public:
|
||||
std::streampos seekpos(std::streampos pos, std::ios::openmode mode = std::ios::in | std::ios::out);
|
||||
/// change to specified position, according to mode
|
||||
|
||||
void flushToDisk();
|
||||
/// Forces buffered data to be written to the disk
|
||||
|
||||
NativeHandle nativeHandle() const;
|
||||
/// Returns native file descriptor handle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user