mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
update project targets
This commit is contained in:
9
MediaBrowser.Model/TextEncoding/IEncoding.cs
Normal file
9
MediaBrowser.Model/TextEncoding/IEncoding.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
namespace MediaBrowser.Model.TextEncoding
|
||||
{
|
||||
public interface IEncoding
|
||||
{
|
||||
byte[] GetASCIIBytes(string text);
|
||||
string GetASCIIString(byte[] bytes, int startIndex, int length);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user