From 057f884903954203339182649daa100ef4ce89e3 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@d688527b-c9ab-4aba-bd8d-4036d912da1d> Date: Mon, 22 Dec 2003 17:28:21 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'Build_001'. git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/tags/Build_001@85 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../server/iaik/xml/ByteStreamDataObjectImpl.html | 269 --------------------- 1 file changed, 269 deletions(-) delete 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 deleted file mode 100644 index 5abf61ba6..000000000 --- a/spss.server/doc/api-doc-internal/at/gv/egovernment/moa/spss/server/iaik/xml/ByteStreamDataObjectImpl.html +++ /dev/null @@ -1,269 +0,0 @@ - - - - - - -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