X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Ffreenet%2Ffcp2%2FDirectFileEntry.java;h=9b12e74f46af911b331053348f74e61cf4c8c6ba;hb=953de352675a4ad91fe307d816a4ea7780c94274;hp=351fb9c2627712245a6ed0efe8e551a901f104ec;hpb=e4f461213da0e30faf9e9eb2e97626abff320618;p=jSite.git diff --git a/src/de/todesbaum/util/freenet/fcp2/DirectFileEntry.java b/src/de/todesbaum/util/freenet/fcp2/DirectFileEntry.java index 351fb9c..9b12e74 100644 --- a/src/de/todesbaum/util/freenet/fcp2/DirectFileEntry.java +++ b/src/de/todesbaum/util/freenet/fcp2/DirectFileEntry.java @@ -1,6 +1,5 @@ /* - * todesbaum-lib - - * Copyright (C) 2006 David Roden + * jSite - DirectFileEntry.java - Copyright © 2006–2012 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,7 +24,7 @@ import java.io.InputStream; /** * A {@link FileEntry} that sends its payload directly to the node, using the * existing FCP connection. - * + * * @author David Roden <droden@gmail.com> * @version $Id$ */ @@ -40,7 +39,7 @@ public class DirectFileEntry extends FileEntry { /** * Creates a new FileEntry with the specified name and content type that * gets its data from the specified byte array. - * + * * @param filename * The name of the file * @param contentType @@ -55,7 +54,7 @@ public class DirectFileEntry extends FileEntry { /** * Creates a new FileEntry with the specified name and content type that * gets its data from the specified input stream. - * + * * @param filename * The name of the file * @param contentType @@ -81,7 +80,7 @@ public class DirectFileEntry extends FileEntry { /** * Returns the input stream for the file's content. - * + * * @return The input stream for the file's content */ public InputStream getDataInputStream() { @@ -90,7 +89,7 @@ public class DirectFileEntry extends FileEntry { /** * Returns the length of this file's content. - * + * * @return The length of this file's content */ public long getDataLength() {