libzypp 17.37.17
|
This is the complete list of members for zyppng::IOBuffer, including all inherited members.
_chunks | zyppng::IOBuffer | private |
_defaultChunkSize | zyppng::IOBuffer | private |
append(const char *data, int64_t count) | zyppng::IOBuffer | |
append(const ByteArray &data) | zyppng::IOBuffer | |
canReadLine() const | zyppng::IOBuffer | |
canReadUntil(const char delim) const | zyppng::IOBuffer | |
chop(int64_t bytes) | zyppng::IOBuffer | |
chunks() const | zyppng::IOBuffer | |
clear() | zyppng::IOBuffer | |
discard(int64_t bytes) | zyppng::IOBuffer | |
front() | zyppng::IOBuffer | |
frontSize() const | zyppng::IOBuffer | |
indexOf(const char c) const | zyppng::IOBuffer | inline |
indexOf(const char c, int64_t maxCount, int64_t pos=0) const | zyppng::IOBuffer | |
IOBuffer(int64_t chunkSize=0) | zyppng::IOBuffer | |
read(char *buffer, int64_t max) | zyppng::IOBuffer | |
readLine(const int64_t max=0) | zyppng::IOBuffer | |
readLine(char *buffer, int64_t max) | zyppng::IOBuffer | |
readUntil(const char delim, const int64_t max=0) | zyppng::IOBuffer | |
readUntil(char *buffer, const char delim, int64_t max) | zyppng::IOBuffer | |
reserve(int64_t bytes) | zyppng::IOBuffer | |
size() const | zyppng::IOBuffer |