public class OggFileWriter extends AudioFileWriter
Modifier and Type | Field and Description |
---|---|
static Logger |
logger |
MINIMUM_FILESIZE
Constructor and Description |
---|
OggFileWriter() |
Modifier and Type | Method and Description |
---|---|
protected void |
deleteTag(Tag tag,
RandomAccessFile raf,
RandomAccessFile tempRaf)
Same as above, but delete tag in the file.
|
protected void |
writeTag(AudioFile audioFile,
Tag tag,
RandomAccessFile raf,
RandomAccessFile rafTemp)
This is called when a tag has to be written in a file.
|
delete, delete, setAudioFileModificationListener, write
public static Logger logger
protected void writeTag(AudioFile audioFile, Tag tag, RandomAccessFile raf, RandomAccessFile rafTemp) throws CannotReadException, CannotWriteException, IOException
AudioFileWriter
writeTag
in class AudioFileWriter
CannotReadException
CannotWriteException
- when an error occured during the generation of the tagIOException
- is thrown when the RandomAccessFile operations throw it (you
should never throw them manually)protected void deleteTag(Tag tag, RandomAccessFile raf, RandomAccessFile tempRaf) throws CannotReadException, CannotWriteException, IOException
AudioFileWriter
deleteTag
in class AudioFileWriter
CannotReadException
CannotWriteException
- when an error occured during the deletion of the tagIOException
- is thrown when the RandomAccessFile operations throw it (you
should never throw them manually)Copyright © 2005–2020 jthink.net. All rights reserved.