]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/internal/io/BamPipe_p.h
Added generic I/O device to BamIndex side of things
[bamtools.git] / src / api / internal / io / BamPipe_p.h
index 8e4e4c434e03b4ff8b686b46783e75423b07971a..115cab9b25de560ad7ac74eaeb47b39c6b59d0fd 100644 (file)
@@ -37,7 +37,7 @@ class BamPipe : public ILocalIODevice {
     public:
         bool IsRandomAccess(void) const;
         bool Open(const IBamIODevice::OpenMode mode);
-        bool Seek(const int64_t& position);
+        bool Seek(const int64_t& position, const int origin = SEEK_SET);
 };
 
 } // namespace Internal