next up previous contents index
Next: BinaryWriter Up: BinaryReader Previous: binaryReader   Contents   Index


read!


Usage

read! s


Signature

read!: % $\to$ Byte


Parameter Type Description
s % a stream


Returns

Reads a byte from $s$ and returns it. Some streams may return the byte eof if the end of file is reached.



Manuel Bronstein 2004-06-28