base_http::HTTPPart Member List

This is the complete list of members for base_http::HTTPPart, including all inherited members.
clone() const base::MemFile
getContentType(base::String &type)base_http::HTTPPart
getContentType(base::String &type, base::String &subtype, std::map< base::String, base::String > *args=NULL)base_http::HTTPPart
getFileName(base::String &filename)base_http::HTTPPart
getHeader(const base::String &name, base::String &hret)base_http::HTTPPart
getHeaders() const base_http::HTTPPart
getID(base::String &idret)base_http::HTTPPart
getPos() const base::MemFile
getSourceBuffer(size_t *rsize=NULL) const base::MemFile
getSourceFile() const base::MemFile
getSourceString() const base::MemFile
HTTPPart(bool mime, size_t memlimit=1048576)base_http::HTTPPart
isInMemory() const base::MemFile
isMIME() const base_http::HTTPPart
loadIntoMemory(size_t *rsize=NULL)base::MemFile
MemFile(size_t limit=1048576)base::MemFile
parseHeader(const base::String &header, char delim, base::String &token, std::map< base::String, base::String > *args=NULL)base_http::HTTPPart
read(void *buf, size_t count, bool exact=false)base::MemFile
read(String &buf, size_t count, bool exact=false)base::MemFile
readln(String &rbuf, bool strip=false)base::MemFile
removeHeader(const base::String &name)base_http::HTTPPart
saveToFile()base::MemFile
seek(size_t pos)base::MemFile
seekBOF()base::MemFile
seekEOF()base::MemFile
setHeader(const base::String &name, const base::String &value)base_http::HTTPPart
setLimit(size_t limit)base::MemFile
setMIME(bool mime=true)base_http::HTTPPart
setSource(const MemFile *source)base::MemFile
setSourceBuffer(const char *buf, size_t bufsize, bool own=false)base::MemFile
setSourceFile(File *file, bool own=false)base::MemFile
setSourceFile(const String &name, int flags=File::ofReadOnly)base::MemFile
setSourceString(String *str, bool own=false)base::MemFile
size() const base_http::HTTPPart
truncate(size_t len)base::MemFile
write(const void *buf, size_t count, bool exact=true)base::MemFile
write(const String &buf, bool exact=true)base::MemFile
~MemFile()base::MemFile