Create a buffered file from a FileAccess and FileShare descriptor ,Bufer size


Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Sub New( _ 
   ByVal filename As String,  _ 
   ByVal access As FileAccess,  _ 
   ByVal share As FileShare,  _ 
   ByVal bufferSize As Integer _ 
)
C#
public BufferedFile(
   string filename,
   FileAccess access,
   FileShare share,
   int bufferSize
)
C++
public:
 BufferedFile(
   String filename,
   FileAccess access,
   FileShare share,
   int bufferSize
) sealed 
J#
public BufferedFile(
   string filename,
   FileAccess access,
   FileShare share,
   int bufferSize
)
JScript
public function BufferedFile(
   filename : String,
   access : FileAccess,
   share : FileShare,
   bufferSize : int
)

Parameters

filename
access
share
bufferSize

See Also