This commit is contained in:
Trustin Lee 2009-06-17 08:10:45 +00:00
parent 70e90fc85e
commit c838c2aea3

View File

@ -25,10 +25,11 @@ package org.jboss.netty.buffer;
import java.nio.ByteOrder;
/**
* Manages a set of reusable {@link ChannelBuffer}s.
* A factory that creates or pools {@link ChannelBuffer}s.
*
* @author The Netty Project (netty-dev@lists.jboss.org)
* @author Trustin Lee (tlee@redhat.com)
* @version $Rev$, $Date$
*/
public interface ChannelBufferFactory {