org.red5.io.m4a.impl
public class M4A extends Object implements IM4A
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
log |
Constructor and Description |
---|
M4A()
Default constructor, used by Spring so that parameters may be injected.
|
M4A(File file)
Create M4A from given file source
|
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.
|
public M4A()
public M4A(File file)
file
- File sourcepublic ITagReader getReader() throws IOException
getReader
in interface IStreamableFile
IOException
- I/O exceptionpublic ITagWriter getWriter() throws IOException
getWriter
in interface IStreamableFile
IOException
- I/O exceptionpublic ITagWriter getAppendWriter() throws IOException
IStreamableFile
getAppendWriter
in interface IStreamableFile
IOException
- I/O exceptionCopyright © 2006-2012 The Red5 Project