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

#include <addMFCClass.h>

Inheritance diagram for AcCFile:

Public Member Functions

 AcCFile ()
 
 AcCFile (HANDLE hFile)
 
 AcCFile (LPCTSTR lpszFileName, UINT nOpenFlags)
 
virtual ~AcCFile ()
 
virtual UINT Read (void *lpBuf, UINT nCount)
 
virtual void Write (const void *lpBuf, UINT nCount)
 
virtual UINT Read (LPTSTR lpBuf, UINT nCount)
 
virtual void Write (LPCTSTR pString, UINT nCount)
 
virtual void Write (LPCTSTR pString)
 
unsigned getCharFormat () const
 
unsigned setCharFormat (unsigned nFmt)
 
bool getUseCIF () const
 
bool setUseCIF (bool bUseCIF)
 
bool getExpandLF () const
 
bool setExpandLF (bool bExpandLF)
 
bool readBOM ()
 
bool writeBOM ()
 
bool attachBuffer (void *pBufer, unsigned)
 
bool detachBuffer ()
 
bool flushBytes ()
 
bool hasBuffer () const
 

Detailed Description

Definition at line 115 of file addMFCClass.h.

Constructor & Destructor Documentation

◆ AcCFile() [1/3]

AcCFile::AcCFile ( )

◆ AcCFile() [2/3]

AcCFile::AcCFile ( HANDLE hFile)

◆ AcCFile() [3/3]

AcCFile::AcCFile ( LPCTSTR lpszFileName,
UINT nOpenFlags )

◆ ~AcCFile()

virtual AcCFile::~AcCFile ( )
virtual

Member Function Documentation

◆ attachBuffer()

bool AcCFile::attachBuffer ( void * pBufer,
unsigned  )

◆ detachBuffer()

bool AcCFile::detachBuffer ( )

◆ flushBytes()

bool AcCFile::flushBytes ( )

◆ getCharFormat()

unsigned AcCFile::getCharFormat ( ) const

◆ getExpandLF()

bool AcCFile::getExpandLF ( ) const

◆ getUseCIF()

bool AcCFile::getUseCIF ( ) const

◆ hasBuffer()

bool AcCFile::hasBuffer ( ) const

◆ Read() [1/2]

virtual UINT AcCFile::Read ( LPTSTR lpBuf,
UINT nCount )
virtual

◆ Read() [2/2]

virtual UINT AcCFile::Read ( void * lpBuf,
UINT nCount )
virtual

◆ readBOM()

bool AcCFile::readBOM ( )

◆ setCharFormat()

unsigned AcCFile::setCharFormat ( unsigned nFmt)

◆ setExpandLF()

bool AcCFile::setExpandLF ( bool bExpandLF)

◆ setUseCIF()

bool AcCFile::setUseCIF ( bool bUseCIF)

◆ Write() [1/3]

virtual void AcCFile::Write ( const void * lpBuf,
UINT nCount )
virtual

◆ Write() [2/3]

virtual void AcCFile::Write ( LPCTSTR pString)
virtual

◆ Write() [3/3]

virtual void AcCFile::Write ( LPCTSTR pString,
UINT nCount )
virtual

◆ writeBOM()

bool AcCFile::writeBOM ( )

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