From ece7d18cf35374bf4e26d041799cda8f791c89f8 Mon Sep 17 00:00:00 2001 From: gregor Date: Mon, 7 Jul 2003 10:58:37 +0000 Subject: Initial commit git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@2 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../server/iaik/xml/ByteStreamDataObjectImpl.html | 269 +++++++++++++++++++++ 1 file changed, 269 insertions(+) create mode 100644 spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/ByteStreamDataObjectImpl.html (limited to 'spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/ByteStreamDataObjectImpl.html') diff --git a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/ByteStreamDataObjectImpl.html b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/ByteStreamDataObjectImpl.html new file mode 100644 index 000000000..5abf61ba6 --- /dev/null +++ b/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/ByteStreamDataObjectImpl.html @@ -0,0 +1,269 @@ + + + + + + +MOA SP/SS Server Internal API: Class ByteStreamDataObjectImpl + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
+ +

+ +at.gv.egovernment.moa.spss.server.iaik.xml +
+Class ByteStreamDataObjectImpl

+
+java.lang.Object
+  |
+  +--at.gv.egovernment.moa.spss.server.iaik.xml.DataObjectImpl
+        |
+        +--at.gv.egovernment.moa.spss.server.iaik.xml.ByteStreamDataObjectImpl
+
+
+
All Implemented Interfaces:
iaik.server.modules.xml.BinaryDataObject, iaik.server.modules.xml.DataObject
+
+
+
+
public class ByteStreamDataObjectImpl
extends DataObjectImpl
implements iaik.server.modules.xml.BinaryDataObject
+ +

+A BinaryDataObject encapsulating binary data from a stream. +

+

+
Version:
$Id$
+
Author:
Patrick Peck
+
+
+ +

+ + + + + + + + + + + + + + + + +
+Constructor Summary
ByteStreamDataObjectImpl(InputStream inputStream) + +
+          Create a new ByteStreamDataObjectImpl.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ InputStreamgetInputStream() + +
+          Return the binary data from this object as a stream.
+ voidsetInputStream(InputStream inputStream) + +
+          Set the input stream from which to read the binary data.
+ + + + + + + +
Methods inherited from class at.gv.egovernment.moa.spss.server.iaik.xml.DataObjectImpl
getMimeType, getReferenceID, getTypeURI, getURI, setMimeType, setReferenceID, setTypeURI, setURI
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface iaik.server.modules.xml.DataObject
getMimeType, getReferenceID, getTypeURI, getURI
+  +

+ + + + + + + + + + + +
+Constructor Detail
+ +

+ByteStreamDataObjectImpl

+
+public ByteStreamDataObjectImpl(InputStream inputStream)
+
+
Create a new ByteStreamDataObjectImpl.
+
Parameters:
inputStream - The stream from which to read the binary data.
+
+
+ + + + + + + + +
+Method Detail
+ +

+setInputStream

+
+public void setInputStream(InputStream inputStream)
+
+
Set the input stream from which to read the binary data.
+
+
+
+
Parameters:
inputStream - The input stream from which to read the binary data.
+
+
+
+ +

+getInputStream

+
+public InputStream getInputStream()
+
+
Return the binary data from this object as a stream.
+
Specified by:
getInputStream in interface iaik.server.modules.xml.BinaryDataObject
+
+
+
Returns:
The stream containing the binary data. Calling this function + repeatedly will always return the same InputStream.
See Also:
BinaryDataObject.getInputStream()
+
+
+ +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ + + -- cgit v1.2.3