C# Class CodeTV.PSI.PSIDescriptor

显示文件 Open project: dgis/CodeTV Class Usage Examples

Public Methods

Method Description
Parse ( byte data, int offset ) : void
ParseDescriptor ( byte data, int offset, byte length ) : PSIDescriptor
ParseDescriptors ( byte data, int offset, int descriptorsLength ) : CodeTV.PSI.PSIDescriptor[]
ToString ( ) : string
ToString ( string prefix ) : string
ToStringDescriptorOnly ( string prefix ) : string

Method Details

Parse() public method

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

ParseDescriptor() public static method

public static ParseDescriptor ( byte data, int offset, byte length ) : PSIDescriptor
data byte
offset int
length byte
return PSIDescriptor

ParseDescriptors() public static method

public static ParseDescriptors ( byte data, int offset, int descriptorsLength ) : CodeTV.PSI.PSIDescriptor[]
data byte
offset int
descriptorsLength int
return CodeTV.PSI.PSIDescriptor[]

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( string prefix ) : string
prefix string
return string

ToStringDescriptorOnly() public method

public ToStringDescriptorOnly ( string prefix ) : string
prefix string
return string