C# 클래스 Nyaml.Reader

상속: IDisposable
파일 보기 프로젝트 열기: yaml/Nyaml

공개 메소드들

메소드 설명
Dispose ( ) : void
Forward ( int length = 1 ) : void
Peek ( int index ) : char
Prefix ( int length = 1 ) : string
Reader ( Stream stream ) : System
Reader ( byte data ) : System
Reader ( string data ) : System

보호된 메소드들

메소드 설명
Dispose ( bool isDisposing ) : void

비공개 메소드들

메소드 설명
CheckPrintable ( string data ) : void
DetermineEncoding ( ) : void
Update ( int length ) : void
UpdateRaw ( int size = 4096 ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

Forward() 공개 메소드

public Forward ( int length = 1 ) : void
length int
리턴 void

Peek() 공개 메소드

public Peek ( int index ) : char
index int
리턴 char

Prefix() 공개 메소드

public Prefix ( int length = 1 ) : string
length int
리턴 string

Reader() 공개 메소드

public Reader ( Stream stream ) : System
stream Stream
리턴 System

Reader() 공개 메소드

public Reader ( byte data ) : System
data byte
리턴 System

Reader() 공개 메소드

public Reader ( string data ) : System
data string
리턴 System