C# Class DAAP.ContentParser

Afficher le fichier Open project: mono/daap-sharp Class Usage Examples

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