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