mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 12:44:19 +01:00
merge common implementations and server implementations
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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;
|
||||
// }
|
||||
//}
|
||||
}
|
||||
Reference in New Issue
Block a user