Implementations of this interface is used by C1 through IIOProvider to provide the behavior of C1StreamWriter. See C1StreamWriter for more information.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public interface IC1StreamWriter : IDisposable
Visual Basic
Public Interface IC1StreamWriter _
	Inherits IDisposable
Visual C++
public interface class IC1StreamWriter : IDisposable

See Also