예제 #1
0
        public static IC1FileStream CreateFileStream(string path, FileMode mode, FileAccess access, FileShare share, int bufferSize, FileOptions options)
        {
            IIOProvider ioProvider = GetIOProvider();

            return(ioProvider.CreateFileStream(path, mode, access, share, bufferSize, options));
        }