Class ServletExportOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class ServletExportOutputStream
    extends ExportOutputStream
    An extension to the ExportOutputStream class which directs the output to the response stream of a HttpServletResponse object. This allows an export plugin to send data directly to the web browser without going throgh the BASE filesystem or temporary files on the disk.
    Version:
    2.2
    Author:
    nicklas
    Last modified
    $Date: 2016-05-23 12:34:34 +0200 (må, 23 maj 2016) $