C# 클래스 Fan.Sys.Charset.Iso8859Encoder

상속: System.Text.Encoder
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
encode ( char c, InStream @out ) : void
encode ( char c, OutStream @out ) : void

메소드 상세

encode() 공개 메소드

public encode ( char c, InStream @out ) : void
c char
@out InStream
리턴 void

encode() 공개 메소드

public encode ( char c, OutStream @out ) : void
c char
@out OutStream
리턴 void