C# 클래스 iTextSharp.xmp.impl.FixAsciiControlsReader

@since 22.08.2006
상속: PushbackReader
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
FixAsciiControlsReader ( TextReader inp ) : System

The look-ahead size is 6 at maximum («)

Read ( char cbuf, int off, int len ) : int

비공개 메소드들

메소드 설명
ProcessChar ( char ch ) : char

Processes numeric escaped chars to find out if they are a control character.

메소드 상세

FixAsciiControlsReader() 공개 메소드

The look-ahead size is 6 at maximum («)
public FixAsciiControlsReader ( TextReader inp ) : System
inp TextReader
리턴 System

Read() 공개 메소드

public Read ( char cbuf, int off, int len ) : int
cbuf char
off int
len int
리턴 int