C# Class Dmap.ContentParser

Datei anzeigen Open project: gburt/dmap-sharp

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 ) : Dmap.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