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

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

Syntax

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

See Also