X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FAllData.java;h=bf2a232e1108af72a4ee40f8945159950b9e4297;hb=15f2240c29062e572f512e703a06e414bb3d5d37;hp=818d1a8d5b3a808d22cbe7187966e76111cdb6fa;hpb=248e7be817e97f0e6d1ae88e8f015cd9eafa0113;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/AllData.java b/src/net/pterodactylus/fcp/AllData.java index 818d1a8..bf2a232 100644 --- a/src/net/pterodactylus/fcp/AllData.java +++ b/src/net/pterodactylus/fcp/AllData.java @@ -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 */