From 7194ad1f6a22507867f471fd6c8a37c6596d4b8a Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 15 Jul 2014 10:30:34 +0200 Subject: Removed old config --- docs/full/at/gv/egiz/pdfas/lib/api/DataSource.html | 238 --------------------- 1 file changed, 238 deletions(-) delete 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 deleted file mode 100644 index 6ee5e8ee..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/api/DataSource.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - -DataSource (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - -
-
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-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - -- cgit v1.2.3