 | JCOBridgeSharedBufferStreamReadByte Method |
Reads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream.
Namespace: MASES.JCOBridge.C2JBridgeAssembly: C2JBridge (in C2JBridge.dll) Version: 2.6.9.260611-9a148513a79c26cdd7f1dde468f4f9e06ef3bc7e
Syntaxpublic override int ReadByte()
Public Overrides Function ReadByte As Integer
Return Value
Int32The unsigned byte cast to an Int32, or -1 if at the end of the stream.
Exceptions
See Also