org.red5.io
Modifier and Type | Method and Description |
---|---|
ITagWriter |
getAppendWriter()
Returns a Writer which is setup to append to the file.
|
ITagReader |
getReader()
Returns a reader to parse and read the tags inside the file.
|
ITagWriter |
getWriter()
Returns a writer that creates a new file or truncates existing contents.
|
ITagReader getReader() throws IOException
IOException
- I/O exceptionITagWriter getWriter() throws IOException
IOException
- I/O exceptionITagWriter getAppendWriter() throws IOException
IOException
- I/O exceptionCopyright © 2006-2012 The Red5 Project