C# Class Dmap.ContentParser

Afficher le fichier Open project: gburt/dmap-sharp

Méthodes publiques

Méthode 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

Méthode Description
ParseChildren ( ContentCodeBag bag, byte buffer, int offset, int length ) : Dmap.ContentNode[]

Method Details

Parse() public static méthode

public static Parse ( ContentCodeBag bag, byte buffer ) : ContentNode
bag ContentCodeBag
buffer byte
Résultat ContentNode

Parse() public static méthode

public static Parse ( ContentCodeBag bag, byte buffer, string root ) : ContentNode
bag ContentCodeBag
buffer byte
root string
Résultat ContentNode

Parse() public static méthode

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