mirror of https://github.com/libAthena/athena.git
* Make Stream base functions public
This commit is contained in:
parent
73592e0a86
commit
68d369554d
|
@ -39,7 +39,7 @@ public:
|
||||||
virtual bool atEnd() const= 0;
|
virtual bool atEnd() const= 0;
|
||||||
virtual atUint64 position() const= 0;
|
virtual atUint64 position() const= 0;
|
||||||
virtual atUint64 length() const= 0;
|
virtual atUint64 length() const= 0;
|
||||||
protected:
|
public:
|
||||||
virtual void seekBit (int){THROW_NOT_IMPLEMENTED_EXCEPTION();}
|
virtual void seekBit (int){THROW_NOT_IMPLEMENTED_EXCEPTION();}
|
||||||
// Reading
|
// Reading
|
||||||
virtual bool readBit() {THROW_NOT_IMPLEMENTED_EXCEPTION();}
|
virtual bool readBit() {THROW_NOT_IMPLEMENTED_EXCEPTION();}
|
||||||
|
|
Loading…
Reference in New Issue