From e1f3a23bb95054b95354c41d7624f374bdddb5ed Mon Sep 17 00:00:00 2001 From: David Roden Date: Mon, 16 Jun 2008 20:51:27 +0000 Subject: [PATCH] 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 --- src/net/pterodactylus/fcp/AllData.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 */ -- 2.7.4