Property | Type | Description | |
---|---|---|---|
proto |
Method | Description | |
---|---|---|
LookaheadReader ( |
||
Peek ( ) : byte |
Return the next byte to be Read without consuming, filling the data buffer if it has not been filled alReady.
|
|
Read ( ) : byte |
Return and consume the next byte to be Read, either taking it from the data buffer if present or getting it from the transport otherwise.
|
public LookaheadReader ( |
||
proto | ||
return | System |