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

Go to the source code of this file.

Functions

UT_API bool UTcpioToc (UT_IStream &is, bool show_size)
 
UT_API bool UTcpioCollapse (std::ostream &os, UT_IStream &is)
 
UT_API bool UTcpioCollapse (std::ostream &os, UT_StringList &files, const char *relative_path=nullptr)
 
UT_API bool UTcpioExpand (UT_IStream &is, const char *destdir=nullptr, bool makedir=true, const char *toc_filename=nullptr)
 

Function Documentation

UT_API bool UTcpioCollapse ( std::ostream &  os,
UT_IStream is 
)
UT_API bool UTcpioCollapse ( std::ostream &  os,
UT_StringList files,
const char *  relative_path = nullptr 
)
UT_API bool UTcpioExpand ( UT_IStream is,
const char *  destdir = nullptr,
bool  makedir = true,
const char *  toc_filename = nullptr 
)
UT_API bool UTcpioToc ( UT_IStream is,
bool  show_size 
)