CSharpTest.Net
FileStreamFactory Constructor(String,FileMode,FileAccess,FileShare,Int32)
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.IO Namespace > FileStreamFactory Class > FileStreamFactory Constructor : FileStreamFactory Constructor(String,FileMode,FileAccess,FileShare,Int32)

filename
mode
access
share
bufferSize

Glossary Item Box

Creates an IFactory for creating streams on a single file

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal filename As String, _
   ByVal mode As FileMode, _
   ByVal access As FileAccess, _
   ByVal share As FileShare, _
   ByVal bufferSize As Integer _
)
C# 
public FileStreamFactory( 
   string filename,
   FileMode mode,
   FileAccess access,
   FileShare share,
   int bufferSize
)

Parameters

filename
mode
access
share
bufferSize

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys