HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_IStream.h File Reference
#include "UT_API.h"
#include "UT_Assert.h"
#include "UT_IOS.h"
#include "UT_IStreamBuf.h"
#include "UT_NonCopyable.h"
#include "UT_StringHolder.h"
#include "UT_UniquePtr.h"
#include "UT_WorkBuffer.h"
#include <SYS/SYS_Inline.h>
#include <SYS/SYS_Types.h>
#include <stdio.h>
#include <string.h>
#include <string>
#include <iosfwd>
+ Include dependency graph for UT_IStream.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UT_IStream
 
class  UT_IFStream
 
class  UT_IZStream
 
class  UT_IGZStream
 
class  UT_IBlowfishStream
 
class  UT_IStreamAutoBinary
 

Enumerations

enum  UT_ISTREAM_READTYPE { UT_ISTREAM_ASCII = UT_IOS_ASCII, UT_ISTREAM_BINARY = UT_IOS_BINARY }
 
enum  UT_ISTREAM_RLE_IO { UT_ISTREAM_8BIT_IO = 8, UT_ISTREAM_16BIT_IO = 16, UT_ISTREAM_32BIT_IO = 32, UT_ISTREAM_64BIT_IO = 64 }
 

Enumeration Type Documentation

Enumerator
UT_ISTREAM_ASCII 
UT_ISTREAM_BINARY 

Definition at line 37 of file UT_IStream.h.

Enumerator
UT_ISTREAM_8BIT_IO 
UT_ISTREAM_16BIT_IO 
UT_ISTREAM_32BIT_IO 
UT_ISTREAM_64BIT_IO 

Definition at line 49 of file UT_IStream.h.