Click or drag to resize
BinaryInputReadChar Method
Overload List
  NameDescription
Public methodReadChar
Reads the next 8 bits from standard input and return as an 8-bit char. Note that char is a 16-bit type; to read the next 16 bits as a char, use readChar(16).
Public methodReadChar(Int32)
Reads the next r bits from standard input and return as an r-bit character.
Top
See Also