C# Class System.IO.FileStreamHelpers

显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
CreateFileStream ( string path, bool write, bool append ) : Stream

Private Methods

Method Description
GetFileOpenFunction ( ) : FileOpenDelegate

Method Details

CreateFileStream() public static method

public static CreateFileStream ( string path, bool write, bool append ) : Stream
path string
write bool
append bool
return Stream