C# (CSharp) CodeSnippets.IO Пространство имен

Классы

Имя Описание
FileCloner This class demonstrates multiple ways to clone files stored in the file system. In all cases, the source file is stored in the file system. Where the return type is a MemoryStream, the destination file will be stored only on that MemoryStream. Where the return type is a FileStream, the destination file will be stored in the file system and opened on that FileStream.