Blender V4.3
IFileStream Class Reference

Inherits Imf::IStream.

Public Member Functions

 IFileStream (const char *filepath)
 
bool read (char c[], int n) override
 
exr_file_offset_t tellg () override
 
void seekg (exr_file_offset_t pos) override
 
void clear () override
 

Detailed Description

Definition at line 209 of file openexr_api.cpp.

Constructor & Destructor Documentation

◆ IFileStream()

IFileStream::IFileStream ( const char * filepath)
inline

Definition at line 211 of file openexr_api.cpp.

References alloc_utf16_from_8(), and free().

Member Function Documentation

◆ clear()

void IFileStream::clear ( )
inlineoverride

Definition at line 249 of file openexr_api.cpp.

◆ read()

bool IFileStream::read ( char c[],
int n )
inlineoverride

Definition at line 227 of file openexr_api.cpp.

◆ seekg()

void IFileStream::seekg ( exr_file_offset_t pos)
inlineoverride

Definition at line 243 of file openexr_api.cpp.

References pos.

◆ tellg()

exr_file_offset_t IFileStream::tellg ( )
inlineoverride

Definition at line 238 of file openexr_api.cpp.


The documentation for this class was generated from the following file: