kviewshell
ByteStream.cpp File Reference
#include "DjVuGlobal.h"
#include "ByteStream.h"
#include "GOS.h"
#include "GURL.h"
#include "DjVuMessage.h"
#include <fcntl.h>
Include dependency graph for ByteStream.cpp:
Go to the source code of this file.
Functions | |
void | DjVuPrintErrorNative (const char *fmt,...) |
void | DjVuPrintErrorUTF8 (const char *fmt,...) |
void | DjVuPrintMessageNative (const char *fmt,...) |
void | DjVuPrintMessageUTF8 (const char *fmt,...) |
static void | read_file (ByteStream &bs, char *&buffer, GPBuffer< char > &gbuffer) |
static FILE * | urlfopen (const GURL &url, const char mode[]) |
Function Documentation
void DjVuPrintErrorNative | ( | const char * | fmt, | |
... | ||||
) |
Definition at line 1394 of file ByteStream.cpp.
void DjVuPrintErrorUTF8 | ( | const char * | fmt, | |
... | ||||
) |
Definition at line 1376 of file ByteStream.cpp.
void DjVuPrintMessageNative | ( | const char * | fmt, | |
... | ||||
) |
Definition at line 1430 of file ByteStream.cpp.
void DjVuPrintMessageUTF8 | ( | const char * | fmt, | |
... | ||||
) |
Definition at line 1412 of file ByteStream.cpp.
static void read_file | ( | ByteStream & | bs, | |
char *& | buffer, | |||
GPBuffer< char > & | gbuffer | |||
) | [static] |
Definition at line 1328 of file ByteStream.cpp.
static FILE* urlfopen | ( | const GURL & | url, | |
const char | mode[] | |||
) | [static] |
Definition at line 684 of file ByteStream.cpp.