mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-14 11:40:42 +01:00
merge common implementations and server implementations
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace SharpCifs.Util.Sharpen
|
||||
{
|
||||
public class FileReader : InputStreamReader
|
||||
{
|
||||
//public FileReader (FilePath f) : base(f.GetPath ())
|
||||
//{
|
||||
//}
|
||||
//path -> fileStream
|
||||
public FileReader(InputStream s) : base(s)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user