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 --- docs/full/at/gv/egiz/pdfas/lib/api/DataSource.html | 238 +++++++++++++++++++++ 1 file changed, 238 insertions(+) create mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/DataSource.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/api/DataSource.html') diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/DataSource.html b/docs/full/at/gv/egiz/pdfas/lib/api/DataSource.html new file mode 100644 index 00000000..e8ed4181 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/api/DataSource.html @@ -0,0 +1,238 @@ + + + + + + +DataSource (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
+

Interface DataSource

+
+
+
+
    +
  • +
    +
    All Known Implementing Classes:
    +
    ByteArrayDataSource
    +
    +
    +
    +
    public interface DataSource
    +
    Data Source interface + + All data sources in PDF-AS implement this interface. Also custom data sources have to + implement this interface to allow PDF-AS to use them.
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      byte[]getByteData() +
      Gets the contained data
      +
      StringgetMIMEType() +
      Gets the MIME Type of the contained data.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getMIMEType

        +
        String getMIMEType()
        +
        Gets the MIME Type of the contained data.
        +
        Returns:
        MIME Type
        +
      • +
      + + + +
        +
      • +

        getByteData

        +
        byte[] getByteData()
        +
        Gets the contained data
        +
        Returns:
        the contained data
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3