C# Class FSSHTTPandWOPIInspector.Parsers.CompactUint64bitvalues

2.2.1.1.9 Compact Uint 64 bit values
Inheritance: CompactUnsigned64bitInteger
Exibir arquivo Open project: OfficeDev/Office-Inspectors-for-Fiddler Class Usage Examples

Public Properties

Property Type Description
A byte
Uint ulong

Public Methods

Method Description
Parse ( Stream s ) : void

Parse the CompactUint64bitvalues structure.

Method Details

Parse() public method

Parse the CompactUint64bitvalues structure.
public Parse ( Stream s ) : void
s Stream An stream containing CompactUint64bitvalues structure.
return void

Property Details

A public_oe property

public byte A
return byte

Uint public_oe property

public ulong Uint
return ulong