Input and Output Classes
- slide 21 : 40
Members in class BinaryReader
Two public constructors
BinaryReader(Stream)
BinaryReader(Stream, Encoding)
15 individually name
Read
type
operations
ReadBoolean
,
ReadChar
,
ReadByte
,
ReadDouble
,
ReadDecimal
,
ReadInt16
, ...
Three overloaded
Read
operations
Read()
and
Read (char[] buffer, int index, int count)
read characters - using Encoding
Read (bytes[] buffer, int index, int count)
reads bytes