Expose ISubStream to Python
This commit is contained in:
parent
8495118c2e
commit
7d9d27e74f
|
|
@ -32,7 +32,7 @@
|
|||
// support arbitrary seeks.
|
||||
////////////////////////////////////////////////////////////////////
|
||||
class EXPCL_PANDAEXPRESS ISubStream : public istream {
|
||||
public:
|
||||
PUBLISHED:
|
||||
INLINE ISubStream();
|
||||
INLINE ISubStream(IStreamWrapper *source, streampos start, streampos end);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue