[This is preliminary documentation and is subject to change.]
Create a StreamWriter exposing the IFlushable interface
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 FStreamWriter( Stream stream, Encoding encoding, int bufferSize )
Parameters
- stream
- Type: System.IOStream
stream to write data to - encoding
- Type: System.TextEncoding
character encoding - bufferSize
- Type: SystemInt32
size of streamwriter buffer
See Also