From: David Roden Date: Mon, 16 Jun 2008 20:51:27 +0000 (+0000) Subject: add comment stressing that the input stream must be consumed immediately X-Git-Tag: svn-import~2 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=e1f3a23bb95054b95354c41d7624f374bdddb5ed;p=jFCPlib.git add comment stressing that the input stream must be consumed immediately git-svn-id: file:///home/toad/git-migration/temprepository/trunk/apps/jFCPlib@20382 67a373e5-eb02-0410-a15c-ee090a768436 --- diff --git a/src/net/pterodactylus/fcp/AllData.java b/src/net/pterodactylus/fcp/AllData.java index 2f73909..35405b4 100644 --- a/src/net/pterodactylus/fcp/AllData.java +++ b/src/net/pterodactylus/fcp/AllData.java @@ -91,7 +91,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 */