T Read(
BinaryReader reader
)Function Read (
reader As BinaryReader
) As TT Read(
BinaryReader^ reader
)abstract Read :
reader : BinaryReader -> 'T | EndOfStreamException | The end of the stream is reached. |
| ObjectDisposedException | The stream is closed. |
| IOException | An I/O error occurred. |