This class is a almost one to one version of System.IO.FileStream. Using this implementation instead
of System.IO.FileStream, will ensure that your code will work both on Standard Windows deployment
and Windows Azure deployment.
See System.IO.FileStream for more documentation on the methods of this class.
See IC1FileStream.
Namespace: Composite.Core.IOAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public class C1FileStream : Stream, IDisposable |
Visual Basic |
---|
Public Class C1FileStream _ Inherits Stream _ Implements IDisposable |
Visual C++ |
---|
public ref class C1FileStream : public Stream, IDisposable |
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.IO..::..Stream
Composite.Core.IO..::..C1FileStream
System..::..MarshalByRefObject
System.IO..::..Stream
Composite.Core.IO..::..C1FileStream