T Read(
BinaryReader reader
)
Function Read (
reader As BinaryReader
) As T
T 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. |