"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "CPP/7zip/Compress/PpmdEncoder.h" between
p7zip_15.14.1_src_all.tar.gz and p7zip_16.02_src_all.tar.gz

About: p7zip is a command-line file archiver with a high compression ratio (a port of the Windows program 7za.exe).

PpmdEncoder.h  (p7zip_15.14.1_src_all):PpmdEncoder.h  (p7zip_16.02_src_all)
skipping to change at line 44 skipping to change at line 44
public ICompressSetCoderProperties, public ICompressSetCoderProperties,
public ICompressWriteCoderProperties, public ICompressWriteCoderProperties,
public CMyUnknownImp public CMyUnknownImp
{ {
Byte *_inBuf; Byte *_inBuf;
CByteOutBufWrap _outStream; CByteOutBufWrap _outStream;
CPpmd7z_RangeEnc _rangeEnc; CPpmd7z_RangeEnc _rangeEnc;
CPpmd7 _ppmd; CPpmd7 _ppmd;
CEncProps _props; CEncProps _props;
public: public:
MY_UNKNOWN_IMP2( MY_UNKNOWN_IMP3(
ICompressCoder,
ICompressSetCoderProperties, ICompressSetCoderProperties,
ICompressWriteCoderProperties) ICompressWriteCoderProperties)
STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream , STDMETHOD(Code)(ISequentialInStream *inStream, ISequentialOutStream *outStream ,
const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progre ss); const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progre ss);
STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps); STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream); STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream);
CEncoder(); CEncoder();
~CEncoder(); ~CEncoder();
}; };
 End of changes. 1 change blocks. 
1 lines changed or deleted 2 lines changed or added

Home  |  About  |  All  |  Newest  |  Fossies Dox  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTPS