X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Ffreenet%2Ffcp2%2FDirectFileEntry.java;h=9b12e74f46af911b331053348f74e61cf4c8c6ba;hb=53c860450fde63ab927a457611e49e94ce2649db;hp=a337d172ce22c9cf096743b135fd360559cf916d;hpb=6f1a8216cfba28add0ef365b46a08d16d4eb87fe;p=jSite.git diff --git a/src/de/todesbaum/util/freenet/fcp2/DirectFileEntry.java b/src/de/todesbaum/util/freenet/fcp2/DirectFileEntry.java index a337d17..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,9 +24,9 @@ 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: DirectFileEntry.java 413 2006-03-29 12:22:31Z bombe $ + * @version $Id$ */ public class DirectFileEntry extends FileEntry { @@ -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() {