IBufferProcessor

public interface IBufferProcessor

The buffer processor.

Methods

MethodDescription
processBuffer(byte[] buffer, int bufferLength)Processes the buffer.

processBuffer(byte[] buffer, int bufferLength)

public abstract void processBuffer(byte[] buffer, int bufferLength)

Processes the buffer.

Parameters:

ParameterTypeDescription
bufferbyte[]The buffer to process.
bufferLengthintThe buffer length to process.