public class PlaylistReader extends ManifestReader
| Constructor | Description |
|---|---|
PlaylistReader() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addTagReader(ITagReader reader) |
|
String |
getContextStr() |
Get the context string associated with the Model to include with the log statements
|
boolean |
getDebugTagReaders() |
|
void |
init() |
Initialize any internals before use
|
PlaylistModel |
parsePlaylist(java.io.BufferedReader reader) |
|
PlaylistModel |
parsePlaylist(java.io.InputStream in) |
|
void |
setContextStr(String context) |
Specific to Playlist reader to set the context in which the playlist is reading.
|
boolean |
setDebugTagReaders(boolean enabled) |
getDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOutpublic void addTagReader(ITagReader reader)
public String getContextStr()
ManifestReaderLogginggetContextStr in class ManifestReaderLoggingpublic boolean getDebugTagReaders()
public void init()
public PlaylistModel parsePlaylist(java.io.BufferedReader reader) throws java.io.IOException
java.io.IOExceptionpublic PlaylistModel parsePlaylist(java.io.InputStream in)
public void setContextStr(String context)
context - of the readerpublic boolean setDebugTagReaders(boolean enabled)