EncryptingStream.ReadByte Method
Public Overrides Function ReadByte() As Integer
This language is not supported or no code example is available.
public override int ReadByte()
This language is not supported or no code example is available.
public:
int ReadByte()
This language is not supported or no code example is available.
Return Value
intThe unsigned byte cast to an Int32, or -1 if at the end of the stream.
Exception type | Condition |
---|---|
Methods were called after the stream was closed. |
|
The stream does not support reading. |