public interface TagWriter
Modifier and Type | Method and Description |
---|---|
void |
delete(Tag tag,
RandomAccessFile raf,
RandomAccessFile tempRaf) |
void |
write(AudioFile af,
Tag tag,
RandomAccessFile raf,
RandomAccessFile rafTemp)
Write tag to file
|
void delete(Tag tag, RandomAccessFile raf, RandomAccessFile tempRaf) throws IOException, CannotWriteException
IOException
CannotWriteException
void write(AudioFile af, Tag tag, RandomAccessFile raf, RandomAccessFile rafTemp) throws CannotWriteException, IOException
tag
- raf
- rafTemp
- CannotWriteException
IOException
Copyright © 2005–2020 jthink.net. All rights reserved.