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

Interface FileBased

+
+
+
+
    +
  • +
    +
    Deprecated.
    +
    +
    @Deprecated
    +public interface FileBased
    +
    Tells that the IO element (DataSink or DataSource) is backed by a file in the local file system. + +

    + This is a hint that may be used by PDF-AS to optimize data access. +

    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.io.FilegetFile() +
      Deprecated. 
      +
      Returns the File "behind" this io element.
      +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getFile

        +
        java.io.File getFile()
        +
        Deprecated. 
        +
        Returns the File "behind" this io element. + +

        + This is usually used to determine the file name itself. +

        +
        Returns:
        Returns the File "behind" this io element.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3