Class CsvDataWriter

    • Constructor Detail

      • CsvDataWriter

        public CsvDataWriter()
    • Method Detail

      • getLazyStream

        protected abstract java.io.Writer 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()