Class SylkDataWriter

    • Constructor Detail

      • SylkDataWriter

        public SylkDataWriter()
    • Method Detail

      • getApplicationURL

        public final java.lang.String getApplicationURL()
        Returns:
        the applicationURL
      • getAddInfo

        public final java.lang.String getAddInfo()
        Returns:
        the additional information
      • setApplicationURL

        public final void setApplicationURL​(java.lang.String applicationURL)
        Parameters:
        applicationURL - the applicationURL to set
      • setAddInfo

        public final void setAddInfo​(java.lang.String addInfo)
        Parameters:
        addInfo - the applicationURL to set
      • getLazyStream

        protected abstract java.io.PrintWriter getLazyStream()
                                                      throws java.lang.Exception
        getLazyStream This method called only once.
        Returns:
        the output stream.
        Throws:
        java.lang.Exception
      • close

        public void close()
                   throws java.lang.Exception
        Description copied from interface: IDataWriter
        close the destination resource
        Specified by:
        close in interface IDataWriter
        Throws:
        java.lang.Exception
        See Also:
        IDataWriter.close()