-
Constructors in com.mpatric.mp3agic that throw UnsupportedTagException
Constructor |
Description |
AbstractID3v2Tag(byte[] bytes) |
|
AbstractID3v2Tag(byte[] bytes,
boolean obseleteFormat) |
|
ID3v22Tag(byte[] buffer) |
|
ID3v22Tag(byte[] buffer,
boolean obseleteFormat) |
|
ID3v23Tag(byte[] buffer) |
|
ID3v24Tag(byte[] buffer) |
|
Mp3File(File file) |
|
Mp3File(File file,
int bufferLength) |
|
Mp3File(File file,
int bufferLength,
boolean scanFile) |
|
Mp3File(String filename) |
|
Mp3File(String filename,
boolean scanFile) |
|
Mp3File(String filename,
int bufferLength) |
|
Mp3File(String filename,
int bufferLength,
boolean scanFile) |
|
Mp3File(Path path) |
|
Mp3File(Path path,
int bufferLength) |
|
Mp3File(Path path,
int bufferLength,
boolean scanFile) |
|