Added CMakeLists.txt

This commit is contained in:
Jack Andersen
2015-07-06 17:22:19 -10:00
parent 179013df15
commit dea4eda76d
9 changed files with 296 additions and 1 deletions

View File

@@ -265,6 +265,7 @@ public:
m_offset += length;
return length;
}
uint64_t position() const {return m_offset;}
void seek(int64_t offset, int whence)
{
if (whence == SEEK_SET)