From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- docs/full/at/gv/egiz/moa/ByteArrayDataSource.html | 61 +++++++++++------------ 1 file changed, 28 insertions(+), 33 deletions(-) (limited to 'docs/full/at/gv/egiz/moa/ByteArrayDataSource.html') diff --git a/docs/full/at/gv/egiz/moa/ByteArrayDataSource.html b/docs/full/at/gv/egiz/moa/ByteArrayDataSource.html index 309d11cc..d27b7fab 100644 --- a/docs/full/at/gv/egiz/moa/ByteArrayDataSource.html +++ b/docs/full/at/gv/egiz/moa/ByteArrayDataSource.html @@ -2,16 +2,15 @@ - - -ByteArrayDataSource (PDF-AS 4.0.0-SNAPSHOT Library) - + +ByteArrayDataSource + @@ -28,13 +27,11 @@
  • Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
    @@ -124,7 +121,7 @@ implements ByteArrayDataSource(byte[] data, - String mime)  + java.lang.String mime)  @@ -142,19 +139,19 @@ implements Method and Description -String +java.lang.String getContentType()  -InputStream +java.io.InputStream getInputStream()  -String +java.lang.String getName()  -OutputStream +java.io.OutputStream getOutputStream()  @@ -162,8 +159,8 @@ implements -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -186,7 +183,7 @@ implements

    ByteArrayDataSource

    public ByteArrayDataSource(byte[] data,
    -                   String mime)
    + java.lang.String mime) @@ -203,10 +200,10 @@ implements
  • getContentType

    -
    public String getContentType()
    +
    public java.lang.String getContentType()
    Specified by:
    -
    getContentType in interface DataSource
    +
    getContentType in interface javax.activation.DataSource
  • @@ -216,13 +213,13 @@ implements
  • getInputStream

    -
    public InputStream getInputStream()
    -                           throws IOException
    +
    public java.io.InputStream getInputStream()
    +                                   throws java.io.IOException
    Specified by:
    -
    getInputStream in interface DataSource
    +
    getInputStream in interface javax.activation.DataSource
    Throws:
    -
    IOException
    +
    java.io.IOException
  • @@ -231,10 +228,10 @@ implements
  • getName

    -
    public String getName()
    +
    public java.lang.String getName()
    Specified by:
    -
    getName in interface DataSource
    +
    getName in interface javax.activation.DataSource
  • @@ -244,13 +241,13 @@ implements
  • getOutputStream

    -
    public OutputStream getOutputStream()
    -                             throws IOException
    +
    public java.io.OutputStream getOutputStream()
    +                                     throws java.io.IOException
    Specified by:
    -
    getOutputStream in interface DataSource
    +
    getOutputStream in interface javax.activation.DataSource
    Throws:
    -
    IOException
    +
    java.io.IOException
  • @@ -270,13 +267,11 @@ implements Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]