Encoding7BitReadInt15(FuncByte) Method

Reads a 7-bit encoded short.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.153 -- Release Build+cfa0f66eec3b78014206cf98a152ef9e72791f21
public static short ReadInt15(
	Func<byte> stream
)

Parameters

stream  FuncByte
Function used to read next byte.

Return Value

Int16
7-bit encoded short.

See Also