jellyfin/Emby.Common.Implementations/IO/SharpCifs/Util/Sharpen/FileWriter.cs
2017-04-01 20:36:06 -04:00

19 lines
372 B
C#

using System.IO;
namespace SharpCifs.Util.Sharpen
{
//resharper said, nobody using this. i believe it.
//internal class FileWriter : StreamWriter
//{
// public FileWriter (FilePath path) : base(path.GetPath ())
// {
// }
// public FileWriter Append (string sequence)
// {
// Write (sequence);
// return this;
// }
//}
}