C# Class While.Parsing.Buffer

Exibir arquivo Open project: einaregilsson/While-Language

Public Methods

Method Description
Buffer ( Stream s, bool isUserStream ) : System
GetString ( int beg, int end ) : string
Peek ( ) : int
Read ( ) : int

Protected Methods

Method Description
Buffer ( Buffer b ) : System
Close ( ) : void

Private Methods

Method Description
ReadNextStreamChunk ( ) : int

Method Details

Buffer() protected method

protected Buffer ( Buffer b ) : System
b Buffer
return System

Buffer() public method

public Buffer ( Stream s, bool isUserStream ) : System
s Stream
isUserStream bool
return System

Close() protected method

protected Close ( ) : void
return void

GetString() public method

public GetString ( int beg, int end ) : string
beg int
end int
return string

Peek() public method

public Peek ( ) : int
return int

Read() public method

public Read ( ) : int
return int