C# Class Banshee.Playlists.Formats.PlaylistFormatBase

Inheritance: IPlaylistFormat
Afficher le fichier Open project: mono-soc-2011/banshee

Méthodes publiques

Méthode Description
Load ( Stream stream, bool validateHeader ) : void
Load ( StreamReader reader, bool validateHeader ) : void
PlaylistFormatBase ( ) : System
Save ( Stream stream, ITrackModelSource source ) : void

Méthodes protégées

Méthode Description
AddElement ( ) : object>.Dictionary
ExportUri ( SafeUri uri ) : string
ResolveUri ( string uri ) : Uri
SecondsStringToTimeSpan ( string seconds ) : System.TimeSpan

Method Details

AddElement() protected méthode

protected AddElement ( ) : object>.Dictionary
Résultat object>.Dictionary

ExportUri() protected méthode

protected ExportUri ( SafeUri uri ) : string
uri Hyena.SafeUri
Résultat string

Load() public méthode

public Load ( Stream stream, bool validateHeader ) : void
stream Stream
validateHeader bool
Résultat void

Load() public abstract méthode

public abstract Load ( StreamReader reader, bool validateHeader ) : void
reader System.IO.StreamReader
validateHeader bool
Résultat void

PlaylistFormatBase() public méthode

public PlaylistFormatBase ( ) : System
Résultat System

ResolveUri() protected méthode

protected ResolveUri ( string uri ) : Uri
uri string
Résultat System.Uri

Save() public abstract méthode

public abstract Save ( Stream stream, ITrackModelSource source ) : void
stream Stream
source ITrackModelSource
Résultat void

SecondsStringToTimeSpan() protected méthode

protected SecondsStringToTimeSpan ( string seconds ) : System.TimeSpan
seconds string
Résultat System.TimeSpan