HDK
|
This is the complete list of members for UT_IStreamBuf, including all inherited members.
appendDecodedEscapeSequence(UT_WorkBuffer &buffer) | UT_IStreamBuf | protected |
bloscBuf(UT_IStreamBuf *src, bool bufferable=true) | UT_IStreamBuf | static |
blowfishBuf(UT_IStreamBuf *src, const unsigned char *key, exint key_length, bool bufferable=true) | UT_IStreamBuf | static |
blowfishPlainTextLength(UT_IStreamBuf *src) | UT_IStreamBuf | static |
bread(char *buffer, exint size) | UT_IStreamBuf | inline |
bumpRef() | UT_IStreamBuf | inline |
checkToken(const char *match) | UT_IStreamBuf | inline |
clearLoadBuffer() | UT_IStreamBuf | |
closeFile() | UT_IStreamBuf | virtual |
decRef() | UT_IStreamBuf | inline |
endOfFileSet() const =0 | UT_IStreamBuf | protectedpure virtual |
fileBuf(const UT_StringHolder &filename, const UT_Options *options, bool bufferable) | UT_IStreamBuf | static |
fileBuf(FILE *fp, bool bufferable) | UT_IStreamBuf | static |
getAll(UT_WorkBuffer &buffer) | UT_IStreamBuf | |
getAllAscii(UT_WorkBuffer &buffer) | UT_IStreamBuf | |
getAlNumWord(UT_WorkBuffer &buffer, const char *prefix="") | UT_IStreamBuf | protected |
getc() | UT_IStreamBuf | inline |
getError() const | UT_IStreamBuf | inline |
getErrorStr() const | UT_IStreamBuf | |
getFileDescriptor() const | UT_IStreamBuf | virtual |
getFileSystemType() const | UT_IStreamBuf | virtual |
getJSONWord(UT_WorkBuffer &buffer, bool &real) | UT_IStreamBuf | |
getLine(UT_WorkBuffer &buffer, int end='\n') | UT_IStreamBuf | |
getMemoryUsage(bool inclusive) const | UT_IStreamBuf | virtual |
getNumber(UT_WorkBuffer &buffer, bool &real) | UT_IStreamBuf | |
getString(UT_WorkBuffer &buffer) | UT_IStreamBuf | |
getWord(UT_WorkBuffer &buffer) | UT_IStreamBuf | |
gzipBuf(UT_IStreamBuf *src, bool bufferable=true) | UT_IStreamBuf | static |
isBufferable() const | UT_IStreamBuf | inline |
isEof() const | UT_IStreamBuf | inline |
isRandomAccessFile(UT_WorkBuffer &filename) const | UT_IStreamBuf | virtual |
istreamBuf(std::istream &is, bool bufferable) | UT_IStreamBuf | static |
loadBuffer(exint &bufstartpos, const char *&bufstart, const char *&bufend, bool keepeofif0)=0 | UT_IStreamBuf | protectedpure virtual |
loadBuffer(bool keepeofif0=false) | UT_IStreamBuf | protected |
memoryBuf(const char *src, size_t len) | UT_IStreamBuf | static |
nullBuf() | UT_IStreamBuf | static |
operator=(const UT_IStreamBuf &)=delete | UT_IStreamBuf | protected |
peekc() | UT_IStreamBuf | inline |
rangeBuf(UT_IStreamBuf *src, int64 start, int64 end) | UT_IStreamBuf | static |
read(char *buffer, exint asize=1)=0 | UT_IStreamBuf | pure virtual |
scBuf(UT_IStream *src, bool bufferable=true) | UT_IStreamBuf | static |
seekg(exint pos, int seekdir) | UT_IStreamBuf | inline |
seekPos(exint pos, int dir)=0 | UT_IStreamBuf | protectedpure virtual |
setError(const char *msg=0) | UT_IStreamBuf | protected |
setIndex(const UT_CompressedBlockIndexPtr &index) | UT_IStreamBuf | inlinevirtual |
setStdinCompatible(bool state) | UT_IStreamBuf | static |
skipLine(int end='\n') | UT_IStreamBuf | inline |
skipWhitespace() | UT_IStreamBuf | |
skipWhitespace(int64 *line_count, int64 *line_start_pos) | UT_IStreamBuf | |
stealLoadBufferData(const char *&bufstart, const char *&bufend, exint maxlen) | UT_IStreamBuf | |
streamPeek()=0 | UT_IStreamBuf | pure virtual |
tellg() const | UT_IStreamBuf | inline |
tellPos() const =0 | UT_IStreamBuf | protectedpure virtual |
unwind(exint len) | UT_IStreamBuf | inline |
UT_IStreamBuf(bool bufferable=true) | UT_IStreamBuf | |
UT_IStreamBuf(const UT_IStreamBuf &)=delete | UT_IStreamBuf | protected |
UT_SEEK_BEG enum value | UT_IStreamBuf | |
UT_SEEK_CUR enum value | UT_IStreamBuf | |
UT_SEEK_END enum value | UT_IStreamBuf | |
zlibBuf(UT_IStreamBuf *src, bool bufferable=true) | UT_IStreamBuf | static |
~UT_IStreamBuf() | UT_IStreamBuf | protectedvirtual |