Classes | Functions

appio.h File Reference

#include "coreexp.h"
#include "maxheap.h"
#include "strbasic.h"
#include <WTypes.h>
#include "maxtypes.h"

Go to the source code of this file.

Classes

class   AppSave
class   AppLoad

Functions

CoreExport AppLoad NewAppLoad (BYTE *buf, int bufSize)
CoreExport AppSave NewAppSave (int initBufSize)

Function Documentation

CoreExport AppLoad* NewAppLoad ( BYTE *  buf,
int  bufSize 
)
Remarks:
This global function creates a new AppLoad instance for reading chunks out of buf:
Parameters:
BYTE *buf

The buffer to read.

int bufSize

Specifies the nuymber of bytes that are valid in buf.
CoreExport AppSave* NewAppSave ( int  initBufSize )
Remarks:
This global function create a new AppSave instance.
Parameters:
int initBufSize

Specifies the initial size the internal buffer is allocated to. It will be enlarged if necessary.