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