From a8bb81606c7cd27c7ca0f70ba30197c3586a4d1a Mon Sep 17 00:00:00 2001 From: vng Date: Sun, 21 Sep 2014 01:30:19 +0300 Subject: [routing] VarUint coding of Node2FtSeg control array. --- coding/file_writer.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coding/file_writer.hpp') diff --git a/coding/file_writer.hpp b/coding/file_writer.hpp index aeceb19f9b..b36ba97711 100644 --- a/coding/file_writer.hpp +++ b/coding/file_writer.hpp @@ -35,6 +35,8 @@ public: int64_t Pos() const; void Write(void const * p, size_t size); + void WritePadding(size_t factor); + uint64_t Size() const; void Flush(); -- cgit v1.2.3