LumiSoft Mail Server User API
ReadByte Method
Namespaces > LumiSoft.Net.IO > StreamHelper > ReadByte()
Reades byte from source stream. Returns -1 if end of stream reached and no more data.
Syntax
C#Visual BasicManaged C++
public int ReadByte ()
Public Function ReadByte As Integer
public:
int ReadByte ()
Return Value
Returns readed byte or -1 if end of stream reached.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)