public class MP3 extends Object implements IMP3
| Constructor and Description |
|---|
MP3(File file)
Creates MP3 object using given file
|
| 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 MP3(File file)
file - File object to usepublic 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
getAppendWriter in interface IStreamableFileIOException - I/O exceptionCopyright © 2005–2017 Red5. All rights reserved.