Table of Contents

Interface IFileWriterStream

Namespace
Homa.Sdk.Foundation
Assembly
Homa.Sdk.Foundation.dll

Abstraction layer allowing to expose stream writer for file I/O operations using IFileSystem.

public interface IFileWriterStream : IDisposable
Inherited Members

Properties

Writer

Reference to the writer pointing to the opened file.

StreamWriter Writer { get; }

Property Value

StreamWriter