C# Class StratosCompanionWebApi.Workbench.CompanionFiles.REMS

Inheritance: CompanionFile
显示文件 Open project: SilversphereInc/RedisRipper Class Usage Examples

Public Methods

Method Description
FromList ( int offset, byte data ) : void
IsBlankRecord ( int offset, byte data ) : bool
REMS ( ) : System
ToList ( ) : List

Method Details

FromList() public method

public FromList ( int offset, byte data ) : void
offset int
data byte
return void

IsBlankRecord() public method

public IsBlankRecord ( int offset, byte data ) : bool
offset int
data byte
return bool

REMS() public method

public REMS ( ) : System
return System

ToList() public method

public ToList ( ) : List
return List