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

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    DataSink
    +
    +
    +
    +
    public class ByteArrayDataSink
    +extends Object
    +implements DataSink
    +
    A simple byte array data sink
    +
  • +
+
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ByteArrayDataSink

        +
        public ByteArrayDataSink()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createOutputStream

        +
        public OutputStream createOutputStream()
        +
        Description copied from interface: DataSink
        +
        Creates an output stream to receive the data
        +
        +
        Specified by:
        +
        createOutputStream in interface DataSink
        +
        Returns:
        an output stream for the data
        +
      • +
      + + + +
        +
      • +

        getData

        +
        public byte[] getData()
        +
        Returns the output data
        +
        Returns:
        the output data
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3