프로퍼티 | 타입 | 설명 | |
---|---|---|---|
proto |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | System |