IAdvancedBufferProcessor Class

Summary: The advanced buffer processor.

Module: aspose.psd

Full Name: aspose.psd.IAdvancedBufferProcessor

Inheritance: IBufferProcessor

Aspose.PSD Version: 24.4.0

Methods

NameDescription
finish_row()Finishes the row.
finish_rows(rows_count)Finishes the rows.
process_buffer(buffer, buffer_length)Processes the buffer.

Method: finish_rows(rows_count)

 finish_rows(rows_count) 

Finishes the rows.

Parameters:

ParameterTypeDescription
rows_countintThe rows count.

Method: process_buffer(buffer, buffer_length)

 process_buffer(buffer, buffer_length) 

Processes the buffer.

Parameters:

ParameterTypeDescription
bufferbyteThe buffer to process.
buffer_lengthintThe buffer length to process.