IOutputStorage Interface

IOutputStorage interface

Provides the creation and management of output streams OutputStream.

public interface IOutputStorage

Methods

NameDescription
CreateStream(OutputStreamContext)Creates the output stream OutputStream.
ReleaseStream(OutputStream)Releases the output stream.

See Also