|
@@ -22,6 +22,9 @@ public:
|
|
/// Rewind the stream for reading
|
|
/// Rewind the stream for reading
|
|
void Rewind();
|
|
void Rewind();
|
|
|
|
|
|
|
|
+ /// Clear the stream for reuse
|
|
|
|
+ void Clear();
|
|
|
|
+
|
|
/// Read a string of bytes from the binary stream
|
|
/// Read a string of bytes from the binary stream
|
|
virtual void ReadBytes(void *outData, size_t inNumBytes) override;
|
|
virtual void ReadBytes(void *outData, size_t inNumBytes) override;
|
|
|
|
|