The C++ framework for developing highly scalable, high performance servers on Windows platforms.

CFileInputStream Class Reference
[I/O StreamsFileIO]

Inheritance diagram for CFileInputStream:
Collaboration diagram for CFileInputStream:

List of all members.


Detailed Description

An object that implements IInputStream on a file.

Public Types

typedef unsigned long DataLength

Public Member Functions

 CFileInputStream (const JetByteTools::Core::_tstring &filePath)
 Construct the input stream on the supplied file.
 CFileInputStream (const CFileInputStream &rhs)
CFileInputStreamoperator= (const CFileInputStream &rhs)
void Read (BYTE *pData, DataLength dataLength) override

Member Typedef Documentation

typedef unsigned long DataLength [inherited]


Constructor & Destructor Documentation

CFileInputStream ( const JetByteTools::Core::_tstring filePath  )  [explicit]

Construct the input stream on the supplied file.

CFileInputStream ( const CFileInputStream rhs  ) 


Member Function Documentation

CFileInputStream& operator= ( const CFileInputStream rhs  ) 

void Read ( BYTE pData,
DataLength  dataLength 
) [override, virtual]

Implements IInputStream.


Generated on Sun Sep 12 19:09:24 2021 for The Server Framework - v7.4 by doxygen 1.5.3