Legend
| Method: int ReadControlCode()
Declarationpublic virtual int ReadControlCode() SummaryReads a control code from the stream at the current position. If there is no control code at the current position, returns-1 . Otherwise returns the code read. Throws EndOfStreamException if the stream ends
in the middle of a control code. |