C# Class DAAP.ContentParser

Show file Open project: mono/daap-sharp Class Usage Examples

Public Methods

Method Description
Parse ( ContentCodeBag bag, byte buffer ) : ContentNode
Parse ( ContentCodeBag bag, byte buffer, string root ) : ContentNode
Parse ( ContentCodeBag bag, byte buffer, string root, int &offset ) : ContentNode

Private Methods

Method Description
ParseChildren ( ContentCodeBag bag, byte buffer, int offset, int length ) : DAAP.ContentNode[]

Method Details

Parse() public static method

public static Parse ( ContentCodeBag bag, byte buffer ) : ContentNode
bag ContentCodeBag
buffer byte
return ContentNode

Parse() public static method

public static Parse ( ContentCodeBag bag, byte buffer, string root ) : ContentNode
bag ContentCodeBag
buffer byte
root string
return ContentNode

Parse() public static method

public static Parse ( ContentCodeBag bag, byte buffer, string root, int &offset ) : ContentNode
bag ContentCodeBag
buffer byte
root string
offset int
return ContentNode