  | WritableUtilityRead7BitEncodedInt32 Method | 
            Reads in a 32-bit integer in compressed format.
            
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic static int Read7BitEncodedInt32(
	BinaryReader reader
)
Public Shared Function Read7BitEncodedInt32 ( 
	reader As BinaryReader
) As Integer
public:
static int Read7BitEncodedInt32(
	BinaryReader^ reader
)
static member Read7BitEncodedInt32 : 
        reader : BinaryReader -> int Parameters
- reader  BinaryReader
 - The BinaryReader to read the value from.
 
Return Value
Int32A 32-bit integer in compressed format. 
See Also