C# Class natix.CompactDS.BitStreamCtx

Mostrar archivo Open project: sadit/natix Class Usage Examples

Public Properties

Property Type Description
Offset long

Public Methods

Method Description
BitStreamCtx ( ) : System
BitStreamCtx ( long offset ) : System
Seek ( long offset ) : void

Method Details

BitStreamCtx() public method

public BitStreamCtx ( ) : System
return System

BitStreamCtx() public method

public BitStreamCtx ( long offset ) : System
offset long
return System

Seek() public method

public Seek ( long offset ) : void
offset long
return void

Property Details

Offset public_oe property

public long Offset
return long