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 IStreamableFileIOException - I/O exceptionpublic ITagWriter getWriter() throws IOException
getWriter in interface IStreamableFileIOException - I/O exceptionpublic ITagWriter getAppendWriter() throws IOException
IStreamableFilegetAppendWriter in interface IStreamableFileIOException - I/O exceptionCopyright © 2005–2017 Red5. All rights reserved.