IBufferProcessor
public interface IBufferProcessor
The buffer processor.
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| buffer | byte[] | The buffer to process. |
| bufferLength | int | The buffer length to process. |