|
|
@@ -148,12 +148,12 @@ namespace System.IO
|
|
|
{
|
|
|
}
|
|
|
|
|
|
-#if !NET_2_1
|
|
|
public FileStream (string path, FileMode mode, FileAccess access, FileShare share, int bufferSize, FileOptions options)
|
|
|
: this (path, mode, access, share, bufferSize, false, options)
|
|
|
{
|
|
|
}
|
|
|
|
|
|
+#if !NET_2_1
|
|
|
public FileStream (SafeFileHandle handle, FileAccess access)
|
|
|
:this(handle, access, DefaultBufferSize, false)
|
|
|
{
|