Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members

FXEX::FXAsciiStream Class Reference

Provides a way to handle the newline problem of a WIN32 or MAC platform based text stream. More...

#include <FXAsciiStream.h>

Inheritance diagram for FXEX::FXAsciiStream::

FXEX::FXBufferedStream FXMemoryStream List of all members.

Public Methods

 FXAsciiStream (FXStream *s, const FXObject *cont=NULL)
virtual ~FXAsciiStream ()

Detailed Description

Provides a way to handle the newline problem of a WIN32 or MAC platform based text stream.

Definition at line 33 of file FXAsciiStream.h.


Constructor & Destructor Documentation

FXEX::FXAsciiStream::FXAsciiStream FXStream * s,
const FXObject * cont = NULL
 

Create a Ascii stream to save-to or load-from based on the direction of the underlying stream.

virtual FXEX::FXAsciiStream::~FXAsciiStream [inline, virtual]
 

Destructor.

Definition at line 39 of file FXAsciiStream.h.