
public interface IBufferHandler
IBuffers in for further buffer handling.| Modifier and Type | Method and Description |
|---|---|
void |
handleBuffer(IBuffer buffer)
Handles an
IBuffer and optionally releases it. |
void handleBuffer(IBuffer buffer)
IBuffer and optionally releases it. The implementor of this method takes over the ownership of
the buffer. Care must be taken to properly release the buffer if the ownership is not
explicitely passed to some further party.buffer - The buffer to be handled and otionally released.Copyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.