FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
AcInputFile Class Reference

#include <AcInputFile.h>

Public Member Functions

 AcInputFile (int)
 
 AcInputFile (void *const &, int)
 
 AcInputFile (wchar_t const *, int)
 
 ~AcInputFile (void)
 
bool readBOM (void)
 
int close (void)
 
int getBuffer (void *, int)
 
int open (void *const &)
 
int open (wchar_t const *)
 
int seek (unsigned int)
 
int slowGetByte (void)
 
int slowGetChar (void)
 
int slowGetShorty (void)
 
wchar_tgetString (wchar_t *, int)
 

Detailed Description

Definition at line 20 of file AcInputFile.h.

Constructor & Destructor Documentation

◆ AcInputFile() [1/3]

AcInputFile::AcInputFile ( int )

◆ AcInputFile() [2/3]

AcInputFile::AcInputFile ( void *const & ,
int  )

◆ AcInputFile() [3/3]

AcInputFile::AcInputFile ( wchar_t const * ,
int  )

◆ ~AcInputFile()

AcInputFile::~AcInputFile ( void )

Member Function Documentation

◆ close()

int AcInputFile::close ( void )

◆ getBuffer()

int AcInputFile::getBuffer ( void * ,
int  )

◆ getString()

wchar_t * AcInputFile::getString ( wchar_t * ,
int  )

◆ open() [1/2]

int AcInputFile::open ( void *const & )

◆ open() [2/2]

int AcInputFile::open ( wchar_t const * )

◆ readBOM()

bool AcInputFile::readBOM ( void )

◆ seek()

int AcInputFile::seek ( unsigned int )

◆ slowGetByte()

int AcInputFile::slowGetByte ( void )

◆ slowGetChar()

int AcInputFile::slowGetChar ( void )

◆ slowGetShorty()

int AcInputFile::slowGetShorty ( void )

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