Class PofDeltaCompressor

java.lang.Object
com.tangosol.io.BinaryDeltaCompressor
com.tangosol.io.pof.PofDeltaCompressor
All Implemented Interfaces:
DeltaCompressor, PofConstants

public class PofDeltaCompressor extends BinaryDeltaCompressor implements DeltaCompressor, PofConstants
A DeltaCompressor implementation that works with Portable Object Format (POF) values. Note that while the POF parsing is stateful, the PofDeltaCompressor itself is still stateless, deferring all state management to a per-invocation data structure.
Author:
cp 2009.01.26