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

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

Syntax

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

See Also