Encoding7BitReadUInt32(Stream) Method
Reads a 7-bit encoded uint.
Namespace: GemstoneAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
Gemstone.Encoding7Bit.ReadUInt32 = function(stream);
- stream Stream
- Source stream.
UInt327-bit encoded uint.
This method will check for the end of the stream.