update project targets
This commit is contained in:
@@ -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