CPredictorDecompress3950toCurrent
m_spNewPredictorX.Assign(new CPredictorDecompress3950toCurrent(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo(APE_INFO_FILE_VERSION)));
m_spNewPredictorY.Assign(new CPredictorDecompress3950toCurrent(GetInfo(APE_INFO_COMPRESSION_LEVEL), GetInfo(APE_INFO_FILE_VERSION)));
CPredictorDecompress3950toCurrent::CPredictorDecompress3950toCurrent(int nCompressionLevel, int nVersion)
CPredictorDecompress3950toCurrent::~CPredictorDecompress3950toCurrent()
int CPredictorDecompress3950toCurrent::Flush()
int CPredictorDecompress3950toCurrent::DecompressValue(int nA, int nB)
class CPredictorDecompress3950toCurrent : public IPredictorDecompress
CPredictorDecompress3950toCurrent(int nCompressionLevel, int nVersion);
virtual ~CPredictorDecompress3950toCurrent();