ReaderWriter Struct Reference

Inherits Service.

Inherited by ReaderWriterImpl, rw4FNT, rwBMP, rwOBJ, rwPNG, and rwTGA.

List of all members.

Public Methods

virtual Serviceread (InputStream *stream)=0
virtual bool write (Service *src, OutputStream *stream)=0


Detailed Description

A generic interface for performing object level I/O.


Member Function Documentation

virtual Service* ReaderWriter::read InputStream   stream [pure virtual]
 

Load an object from a stream. The type of service that is returned is implicitly defined by the type of the ReaderWriter that is called.

virtual bool ReaderWriter::write Service   src,
OutputStream   stream
[pure virtual]
 

Write an object to a stream.


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


Flat Four Engine
Copyright (C) 2001 by 379, Inc.
This page generated by Doxygen