home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Index 
MFC Class Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFC
Class CGopherFile

CObject
   |
   +--CFile
         |
         +--CStdioFile
               |
               +--CInternetFile
                     |
                     +--CGopherFile

   in AFXINET.H

class CGopherFile
extends CInternetFile

CGopherFile


Field Summary
protected CGopherLocator m_Locator
          
   
Fields inherited from class CInternetFile
m_hFile, m_bReadMode, m_dwContext, m_hConnection, m_strServerName, m_nWriteBufferSize, m_nWriteBufferPos, m_pbWriteBuffer, m_nReadBufferSize, m_nReadBufferPos, m_pbReadBuffer, m_nReadBufferBytes
   
Fields inherited from class CStdioFile
classCStdioFile, m_pStream
   
Fields inherited from class CFile
classCFile, m_hFile, m_bCloseOnDelete, m_strFileName
   
Fields inherited from class CObject
classCObject
 
Constructor Summary
protected  CGopherFile( HINTERNET hFile, HINTERNET hSession, LPCTSTR pstrLocator, DWORD dwLocLen, DWORD dwContext )
          
protected  CGopherFile( HINTERNET hFile, CGopherLocator& refLocator, CGopherConnection* pConnection )
          
  virtual ~CGopherFile()
          
 
Method Summary
 virtual void Close()
          
 virtual void Write( const void* lpBuf, UINT nCount )
          
 void WriteString( LPCTSTR pstr )
          
   
Methods inherited from class CInternetFile
HINTERNET, GetContext, SetWriteBufferSize, SetReadBufferSize, QueryOption, QueryOption, QueryOption, SetOption, SetOption, Seek, Read, Write, Abort, Flush, Close, GetLength, ReadString, ReadString, WriteString, LockRange, UnlockRange, Duplicate, SetLength
   
Methods inherited from class CStdioFile
GetRuntimeClass, WriteString, ReadString, ReadString, GetPosition, Open, Read, Write, Seek, Abort, Flush, Close, Duplicate, LockRange, UnlockRange
   
Methods inherited from class CFile
GetRuntimeClass, HFILE, GetPosition, GetStatus, GetFileName, GetFileTitle, GetFilePath, SetFilePath, Open, Rename, Remove, GetStatus, SetStatus, SeekToEnd, SeekToBegin, ReadHuge, WriteHuge, Duplicate, Seek, SetLength, GetLength, Read, Write, LockRange, UnlockRange, Abort, Flush, Close, GetBufferPtr
   
Methods inherited from class CObject
GetRuntimeClass, new, new, delete, IsSerializable, IsKindOf, Serialize
 

Field Detail

m_Locator

protected CGopherLocator m_Locator;


Constructor Detail

CGopherFile

protected CGopherFile( HINTERNET hFile, HINTERNET hSession, LPCTSTR pstrLocator, DWORD dwLocLen, DWORD dwContext );

CGopherFile

protected CGopherFile( HINTERNET hFile, CGopherLocator& refLocator, CGopherConnection* pConnection );

~CGopherFile

public virtual ~CGopherFile();


Method Detail

Close

public virtual void Close();

Write

public virtual void Write( const void* lpBuf, UINT nCount );

WriteString

public void WriteString( LPCTSTR pstr );

 Overview   Project   Class   Tree   Index 
MFC Class Library
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD