Reads a byte value from the input stream. (**DEPRECATED** in Symphony 3.1)

C# |
public byte ReadByte()

The byte value retrieved from the input stream.

NOTE :
This method has been deprecated. Use: Byte InputStream::ReadByteArray()[]; to read binary information from the stream instead.

Exception | Condition |
---|---|
[SoamException] | If the type couldn't be read from the input stream. |