net.officefloor.plugin.stream
Interface GatheringBufferProcessor


public interface GatheringBufferProcessor

Processes a batch of ByteBuffer instances on a InputBufferStream read.

Author:
Daniel Sagenschneider

Method Summary
 void process(ByteBuffer[] buffers)
          Processes the ByteBuffer instances from the InputBufferStream.
 

Method Detail

process

void process(ByteBuffer[] buffers)
             throws IOException
Processes the ByteBuffer instances from the InputBufferStream.

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


Copyright © 2005-2011. All Rights Reserved.