IAdvancedBufferProcessor

All Implemented Interfaces: com.aspose.imaging.IBufferProcessor

public interface IAdvancedBufferProcessor extends IBufferProcessor

The advanced buffer processor.

Methods

MethodDescription
finishRow()Finishes the row.
finishRows(int rowsCount)Finishes the rows.

finishRow()

public abstract void finishRow()

Finishes the row.

finishRows(int rowsCount)

public abstract void finishRows(int rowsCount)

Finishes the rows.

Parameters:

ParameterTypeDescription
rowsCountintThe rows count.