iheartradio / open-m3u8

Open Source m3u8 Parser
Other
248 stars 94 forks source link

Write out playlists based on their current state. #10

Closed derjust closed 9 years ago

derjust commented 9 years ago

Modifications to the playlists can be performed via rebuilding parts of the data structure as per the buildUpon() methods.

Also made enums easier accessible for library users following the map approach that was already used in some of the enums.

On top, all literals have been moved to the Constants class except for exception-texts and toString().