From fe8409ea3ebbb34058eeb5c2f0a6977b8a421686 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:19:00 +0100 Subject: Added API Documentation and Full Documentation --- .../gv/egiz/pdfas/lib/api/ByteArrayDataSource.html | 294 +++++++++++++++++++++ 1 file changed, 294 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/ByteArrayDataSource.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/api/ByteArrayDataSource.html') diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/ByteArrayDataSource.html b/docs/full/at/gv/egiz/pdfas/lib/api/ByteArrayDataSource.html new file mode 100644 index 00000000..0e1daf9e --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/api/ByteArrayDataSource.html @@ -0,0 +1,294 @@ + + + + + + +ByteArrayDataSource (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
at.gv.egiz.pdfas.lib.api
+

Class ByteArrayDataSource

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    DataSource
    +
    +
    +
    +
    public class ByteArrayDataSource
    +extends Object
    +implements DataSource
    +
    A simple byte array data source
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ByteArrayDataSource

        +
        public ByteArrayDataSource(byte[] data)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMIMEType

        +
        public String getMIMEType()
        +
        Description copied from interface: DataSource
        +
        Gets the MIME Type of the contained data.
        +
        +
        Specified by:
        +
        getMIMEType in interface DataSource
        +
        Returns:
        MIME Type
        +
      • +
      + + + +
        +
      • +

        getByteData

        +
        public byte[] getByteData()
        +
        Description copied from interface: DataSource
        +
        Gets the contained data
        +
        +
        Specified by:
        +
        getByteData in interface DataSource
        +
        Returns:
        the contained data
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3