add comment stressing that the input stream must be consumed immediately
authorDavid Roden <bombe@pterodactylus.net>
Mon, 16 Jun 2008 20:51:27 +0000 (20:51 +0000)
committerDavid Roden <bombe@pterodactylus.net>
Mon, 16 Jun 2008 20:51:27 +0000 (20:51 +0000)
git-svn-id: file:///home/toad/git-migration/temprepository/trunk/apps/jFCPlib@20382 67a373e5-eb02-0410-a15c-ee090a768436

src/net/pterodactylus/fcp/AllData.java

index 2f73909..35405b4 100644 (file)
@@ -91,7 +91,9 @@ public class AllData extends BaseMessage {
        }
 
        /**
-        * Returns the payload input stream.
+        * Returns the payload input stream. You <strong>have</strong> consume the
+        * input stream before returning from the
+        * {@link FcpListener#receivedAllData(FcpConnection, AllData)} method!
         * 
         * @return The payload
         */