C# 클래스 Tidy.Core.StreamInImpl

Input Stream Implementation (c) 1998-2000 (W3C) MIT, INRIA, Keio University Derived from HTML Tidy Release 4 Aug 2000
상속: StreamIn
파일 보기 프로젝트 열기: r1pper/TidyNetPortable

공개 메소드들

메소드 설명
ReadChar ( ) : int
ReadCharFromStream ( ) : int
StreamInImpl ( Stream stream, CharEncoding encoding, int tabsize ) : System.Diagnostics
UngetChar ( int c ) : void

메소드 상세

ReadChar() 공개 메소드

public ReadChar ( ) : int
리턴 int

ReadCharFromStream() 공개 메소드

public ReadCharFromStream ( ) : int
리턴 int

StreamInImpl() 공개 메소드

public StreamInImpl ( Stream stream, CharEncoding encoding, int tabsize ) : System.Diagnostics
stream System.IO.Stream
encoding CharEncoding
tabsize int
리턴 System.Diagnostics

UngetChar() 공개 메소드

public UngetChar ( int c ) : void
c int
리턴 void