All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.IStreamProvider.html Maven / Gradle / Ivy






IStreamProvider




com.aspose.cells
Interface IStreamProvider


public interface IStreamProvider 

Represents the exported stream provider.


Method Summary
abstract voidcloseStream(StreamProviderOptions options)
           Closes the stream.
abstract voidinitStream(StreamProviderOptions options)
           Gets the stream.
 

Method Detail

initStream

public abstract void initStream(StreamProviderOptions options)
                             throws java.lang.Exception
Gets the stream.
Parameters:
options -

closeStream

public abstract void closeStream(StreamProviderOptions options)
                              throws java.lang.Exception
Closes the stream.
Parameters:
options -

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy