X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FAllData.java;h=e6ed7831ee0171a19d3eab4f85557421d4e5961f;hb=fa22404c6b514de83828117b9885a1da1a851481;hp=2f73909ae2e414aa18ad849bdef193ae5e324464;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/AllData.java b/src/net/pterodactylus/fcp/AllData.java index 2f73909..e6ed783 100644 --- a/src/net/pterodactylus/fcp/AllData.java +++ b/src/net/pterodactylus/fcp/AllData.java @@ -30,8 +30,7 @@ import java.io.InputStream; * passes through all registered {@link FcpListener}s without the payload being * consumed, the payload is discarded! * - * @author David Roden - * @version $Id$ + * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class AllData extends BaseMessage { @@ -91,7 +90,9 @@ public class AllData extends BaseMessage { } /** - * Returns the payload input stream. + * Returns the payload input stream. You have consume the + * input stream before returning from the + * {@link FcpListener#receivedAllData(FcpConnection, AllData)} method! * * @return The payload */