39 WSStream(WSResponse *response);
42 int Read(
void* buffer,
unsigned n);
43 int64_t GetSize()
const;
44 int64_t GetPosition()
const;
45 int64_t Seek(int64_t offset, WHENCE_t whence);
47 std::string GetContentType()
const;
50 WSResponse *m_response;