IBlockTransformer

public interface IBlockTransformer

com.android.incfs.install.IBlockTransformer


Optional transformation of the data block before sending.

Summary

Public methods

abstract PendingBlock transform(PendingBlock block)

Callback invoked by the associated IncrementalInstallSession to transform the block.

Public methods

transform

public abstract PendingBlock transform (PendingBlock block)

Callback invoked by the associated IncrementalInstallSession to transform the block.

Parameters
block PendingBlock

Returns
PendingBlock