1 package net.pterodactylus.fcp.quelaton;
4 * An intermediary interface for FCP commands that require a length parameter.
7 * The type of the next command part
8 * @author <a href="mailto:bombe@freenetproject.org">David ‘Bombe’ Roden</a>
10 public interface WithLength<R> {
12 R length(long length);