|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.red5.io.m4a.impl.M4A
public class M4A
A M4AImpl implements the M4A api
| Field Summary | |
|---|---|
protected static Logger |
log
|
| Constructor Summary | |
|---|---|
M4A()
Default constructor, used by Spring so that parameters may be injected. |
|
M4A(File file)
Create M4A from given file source |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static Logger log
| Constructor Detail |
|---|
public M4A()
public M4A(File file)
file - File source| Method Detail |
|---|
public ITagReader getReader()
throws IOException
getReader in interface IStreamableFileIOException - I/O exception
public ITagWriter getWriter()
throws IOException
getWriter in interface IStreamableFileIOException - I/O exception
public ITagWriter getAppendWriter()
throws IOException
IStreamableFile
getAppendWriter in interface IStreamableFileIOException - I/O exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||