Reads a Byte Array from the input stream.

C# |
public byte[] ReadByteArray()

The Byte Array retrieved from the input stream.

Exception | Condition |
---|---|
[SoamException] | If the array could not be read from the input stream. |
C# |
public byte[] ReadByteArray()
Exception | Condition |
---|---|
[SoamException] | If the array could not be read from the input stream. |