[This is preliminary documentation and is subject to change.]
Wrapper for StreamWriter than exposes the fact that it implements Flush via the IFlushable interface
Inheritance Hierarchy
SystemMarshalByRefObject
System.IOTextWriter
System.IOStreamWriter
Microsoft.Research.Naiad.Frameworks.StorageUtilsFStreamWriter
Namespace: Microsoft.Research.Naiad.Frameworks.Storage
Assembly: Microsoft.Research.Naiad.Storage (in Microsoft.Research.Naiad.Storage.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public class FStreamWriter : StreamWriter, IFlushable
The UtilsFStreamWriter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UtilsFStreamWriter |
Create a StreamWriter exposing the IFlushable interface
|
See Also