public class AsfFileWriter extends AudioFileWriter
logger, MINIMUM_FILESIZE
Constructor and Description |
---|
AsfFileWriter() |
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
protected void deleteTag(Tag tag, RandomAccessFile raf, RandomAccessFile tempRaf) throws CannotWriteException, IOException
deleteTag
in class AudioFileWriter
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)protected void writeTag(AudioFile audioFile, Tag tag, RandomAccessFile raf, RandomAccessFile rafTemp) throws CannotWriteException, IOException
writeTag
in class AudioFileWriter
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)Copyright © 2005–2020 jthink.net. All rights reserved.