XmlCompression::decompress API Ref

#include <DbXml.hpp>

bool XmlCompression::decompress( XmlTransaction &txn, const XmlData &source, XmlData &dest) = 0


Description: XmlCompression::decompress

This function is called when data is retrieved from a container that has compression enabled. The function decompresses the data from source into dest. The method should return true if compression was successful and false if not.

Parameters
txn source dest

APIRef

Copyright (c) 1996-2009 Oracle. All rights reserved.