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.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.