#include <UT_IStream.h>

Public Member Functions | |
| UT_IFStream () | |
| UT_IFStream (const char *filename, UT_ISTREAM_READTYPE binary=UT_ISTREAM_BINARY, const UT_Options *options=NULL) | |
| virtual | ~UT_IFStream () |
| bool | open (const char *filename, UT_ISTREAM_READTYPE binary=UT_ISTREAM_BINARY, const UT_Options *options=NULL) |
| bool | close () |
Definition at line 431 of file UT_IStream.h.
| UT_IFStream::UT_IFStream | ( | ) |
| UT_IFStream::UT_IFStream | ( | const char * | filename, | |
| UT_ISTREAM_READTYPE | binary = UT_ISTREAM_BINARY, |
|||
| const UT_Options * | options = NULL | |||
| ) |
| virtual UT_IFStream::~UT_IFStream | ( | ) | [virtual] |
| bool UT_IFStream::close | ( | ) |
| bool UT_IFStream::open | ( | const char * | filename, | |
| UT_ISTREAM_READTYPE | binary = UT_ISTREAM_BINARY, |
|||
| const UT_Options * | options = NULL | |||
| ) |
1.5.9