  | WritableUtilityRead7BitEncodedInt32 Method  | 
 
            Reads in a 32-bit integer in compressed format.
            
 
    Namespace: 
   Ookii.Jumbo.IO
    Assembly:
   Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
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
 - Type: System.IOBinaryReader
The BinaryReader to read the value from. 
Return Value
Type: 
Int32A 32-bit integer in compressed format. 
See Also