16 #ifndef ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_STREAM_STREAMBUF_H_ 17 #define ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_STREAM_STREAMBUF_H_ 38 Streambuf(
const unsigned char* data,
size_t length);
42 std::ios_base::seekdir way,
43 std::ios_base::openmode which = std::ios_base::in)
override;
44 std::streampos
seekpos(std::streampos sp, std::ios_base::openmode which = std::ios_base::in)
override;
49 int_type underflow()
override;
50 int_type pbackfail(int_type ch)
override;
51 std::streamsize showmanyc()
override;
66 #endif // ALEXA_CLIENT_SDK_AVSCOMMON_UTILS_INCLUDE_AVSCOMMON_UTILS_STREAM_STREAMBUF_H_ std::streampos seekoff(std::streamoff off, std::ios_base::seekdir way, std::ios_base::openmode which=std::ios_base::in) override
Definition: Streambuf.h:30
Streambuf(const unsigned char *data, size_t length)
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
std::streampos seekpos(std::streampos sp, std::ios_base::openmode which=std::ios_base::in) override