public interface  org.apache.hc.core.http.nio.FileContentEncoder extends java.lang.Object implements org.apache.hc.core.http.nio.ContentEncoder
{
public abstract long transfer(java.nio.channels.FileChannel, long, long) throws java.io.IOException;
}