net.officefloor.plugin.stream
Interface BufferPopulator

All Known Implementing Classes:
ConnectionImpl

public interface BufferPopulator

Populates the ByteBuffer on an OutputBufferStream write.

Author:
Daniel Sagenschneider

Method Summary
 void populate(ByteBuffer buffer)
          Populates the ByteBuffer.
 

Method Detail

populate

void populate(ByteBuffer buffer)
              throws IOException
Populates the ByteBuffer.

Parameters:
buffer - ByteBuffer to be populated.
Throws:
IOException - Failure to populate the ByteBuffer.


Copyright © 2005-2011. All Rights Reserved.