Uses of Class
com.mpatric.mp3agic.NotSupportedException
Package | Description |
---|---|
com.mpatric.mp3agic |
-
Uses of NotSupportedException in com.mpatric.mp3agic
Methods in com.mpatric.mp3agic that throw NotSupportedException Modifier and Type Method Description void
ID3v2Frame. packFrame(byte[] bytes, int offset)
void
ID3v2ObseleteFrame. packFrame(byte[] bytes, int offset)
int
AbstractID3v2Tag. packFrames(byte[] bytes, int offset)
void
AbstractID3v2Tag. packTag(byte[] bytes)
void
Mp3File. save(String newFilename)
byte[]
AbstractID3v2Tag. toBytes()
byte[]
ID3v1. toBytes()
byte[]
ID3v2Frame. toBytes()
void
ID3v2Frame. toBytes(byte[] bytes, int offset)