X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FAllData.java;h=e6ed7831ee0171a19d3eab4f85557421d4e5961f;hb=1c2b138872a5388fbe25f7e3b6ad33ae79742db5;hp=818d1a8d5b3a808d22cbe7187966e76111cdb6fa;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/AllData.java b/src/net/pterodactylus/fcp/AllData.java index 818d1a8..e6ed783 100644 --- a/src/net/pterodactylus/fcp/AllData.java +++ b/src/net/pterodactylus/fcp/AllData.java @@ -30,7 +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 + * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class AllData extends BaseMessage { @@ -90,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 */