public class AiffTagWriter extends Object
Constructor and Description |
---|
AiffTagWriter() |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
convert(AiffTag tag,
AiffTag existingTag)
Converts tag to
ByteBuffer . |
void |
delete(Tag tag,
Path file)
Delete given
Tag from file. |
void |
write(Tag tag,
Path file) |
public static Logger logger
public void delete(Tag tag, Path file) throws CannotWriteException
Tag
from file.tag
- tag, must be instance of AiffTag
file
- IOException
CannotWriteException
public void write(Tag tag, Path file) throws CannotWriteException
tag
- file
- CannotWriteException
IOException
public ByteBuffer convert(AiffTag tag, AiffTag existingTag) throws UnsupportedEncodingException
ByteBuffer
.tag
- tagexistingTag
- UnsupportedEncodingException
Copyright © 2005–2020 jthink.net. All rights reserved.