public class FlacTagWriter extends Object
Constructor and Description |
---|
FlacTagWriter() |
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
addPaddingBlock(int paddingSize)
Add Padding Block
|
void |
delete(Tag tag,
Path file)
Remove VORBIS_COMMENT or PICTURE blocks from file
|
void |
write(Tag tag,
Path file) |
public static Logger logger
public void delete(Tag tag, Path file) throws CannotWriteException
tag
- file
- IOException
CannotWriteException
public void write(Tag tag, Path file) throws CannotWriteException
tag
- file
- CannotWriteException
IOException
public ByteBuffer addPaddingBlock(int paddingSize) throws UnsupportedEncodingException
paddingSize
- UnsupportedEncodingException
Copyright © 2005–2020 jthink.net. All rights reserved.