C# 클래스 MyAnimeListSharp.Util.Utf8StringWriter

MyAnimeList.net Anime/MangaValues XML requires UTF-8 encoding in the declaration. But StringWriter "advertises itself using UTF-16" http://stackoverflow.com/a/5248439/4035. So to return UTF-8 in the declaration, we need to overwrite encoding of string writer
http://myanimelist.net/modules.php?go=api#animevalues
상속: System.IO.StringWriter
파일 보기 프로젝트 열기: dance2die/MyAnimeListSharp 1 사용 예제들

공개 메소드들

메소드 설명
Utf8StringWriter ( StringBuilder sb ) : System.IO

메소드 상세

Utf8StringWriter() 공개 메소드

public Utf8StringWriter ( StringBuilder sb ) : System.IO
sb System.Text.StringBuilder
리턴 System.IO