Class VFSDataWriter

    • Constructor Detail

      • VFSDataWriter

        public VFSDataWriter()
    • Method Detail

      • getInputStream

        public java.io.InputStream getInputStream()
      • 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
      • write

        protected void write()
                      throws java.lang.Exception
        Description copied from class: AbstractDataWriter
        replace the write method from interface
        Specified by:
        write in class AbstractDataWriter
        Throws:
        java.lang.Exception