C# Class System.util.PushbackStream

Inheritance: FilterStream
Mostra file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
PushbackStream ( Stream s ) : System
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
Unread ( int b ) : void

Method Details

PushbackStream() public method

public PushbackStream ( Stream s ) : System
s Stream
return System

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

ReadByte() public method

public ReadByte ( ) : int
return int

Unread() public method

public Unread ( int b ) : void
b int
return void