mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-19 20:09:03 -07:00
19 lines
372 B
C#
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;
|
|
// }
|
|
//}
|
|
}
|