HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_uuencode.h File Reference
#include "UT_API.h"
#include <iosfwd>
+ Include dependency graph for UT_uuencode.h:

Go to the source code of this file.

Functions

UT_API bool UTuuencode (UT_IStream &is, std::ostream &os, const char *name, int mode=0666)
 
UT_API bool UTuudecode (UT_IStream &is, std::ostream &os, UT_String &name, int *mode=0)
 

Function Documentation

UT_API bool UTuudecode ( UT_IStream is,
std::ostream &  os,
UT_String name,
int mode = 0 
)
UT_API bool UTuuencode ( UT_IStream is,
std::ostream &  os,
const char *  name,
int  mode = 0666 
)