diff options
Diffstat (limited to 'spss.server/src/at/gv/egovernment/moa/spss/api/common/ContentBinary.java')
-rw-r--r-- | spss.server/src/at/gv/egovernment/moa/spss/api/common/ContentBinary.java | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/spss.server/src/at/gv/egovernment/moa/spss/api/common/ContentBinary.java b/spss.server/src/at/gv/egovernment/moa/spss/api/common/ContentBinary.java deleted file mode 100644 index 664afa406..000000000 --- a/spss.server/src/at/gv/egovernment/moa/spss/api/common/ContentBinary.java +++ /dev/null @@ -1,21 +0,0 @@ -package at.gv.egovernment.moa.spss.api.common; - -import java.io.InputStream; - -/** - * Encapsulates binary content. - * - * @author Patrick Peck - * @author Stephan Grill - * @version $Id$ - */ -public interface ContentBinary extends Content { - /** - * Get the binary content. - * - * @return An <code>InputStream</code> from which the binary content can - * be read. - */ - public InputStream getBinaryContent(); - -} |