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 -