PathEngine home previous: iContentChunk::preValidate()next: Interface iContentChunkInstance
Contents, API Reference, Interfaces, iContentChunk, save

iContentChunk::save()

Description

Saves the content chunk to persistent storage.

Syntax

void save(iOutputStream* outputStream) const;

Parameters

outputStreamThe content chunk data will be saved to this output stream.

Remarks

Any instance objects associated with the content chunk will not be saved.

See Also

iPathEngine::loadContentChunk()
Documentation for PathEngine release 5.29 - Copyright © 2002-2012 PathEnginenext: Interface iContentChunkInstance