net.officefloor.plugin.stream
Interface BufferProcessor

All Known Implementing Classes:
ConnectionImpl

public interface BufferProcessor

Processes a ByteBuffer on a InputBufferStream read.

Author:
Daniel Sagenschneider

Method Summary
 void process(ByteBuffer buffer)
          Processes the ByteBuffer from the InputBufferStream.
 

Method Detail

process

void process(ByteBuffer buffer)
             throws IOException
Processes the ByteBuffer from the InputBufferStream.

Parameters:
buffer - ByteBuffer from the InputBufferStream.
Throws:
IOException - If fails to process the ByteBuffer.


Copyright © 2005-2011. All Rights Reserved.