Lines Matching defs:StreamBuffer
24 StreamBuffer::StreamBuffer(const StreamBuffer &buf)
29 StreamBuffer &StreamBuffer::operator=(const StreamBuffer &other)
35 void StreamBuffer::Reset()
44 void StreamBuffer::Clean()
54 bool StreamBuffer::SeekReadPos(int32_t n)
66 bool StreamBuffer::Read(std::string &buf)
78 bool StreamBuffer::Write(const std::string &buf)
83 bool StreamBuffer::Read(StreamBuffer &buf)
88 bool StreamBuffer::Write(const StreamBuffer &buf)
93 bool StreamBuffer::Read(char *buf, size_t size)
124 bool StreamBuffer::Write(const char *buf, size_t size)
156 bool StreamBuffer::IsEmpty() const
161 size_t StreamBuffer::Size() const
166 int32_t StreamBuffer::UnreadSize() const
171 int32_t StreamBuffer::GetAvailableBufSize() const
176 bool StreamBuffer::ChkRWError() const
181 const std::string &StreamBuffer::GetErrorStatusRemark() const
197 const char *StreamBuffer::Data() const
202 const char *StreamBuffer::ReadBuf() const
207 const char *StreamBuffer::WriteBuf() const
212 bool StreamBuffer::Clone(const StreamBuffer &buf)