-
Constructors in com.mpatric.mp3agic that throw InvalidDataException
Constructor |
Description |
AbstractID3v2Tag(byte[] bytes) |
|
AbstractID3v2Tag(byte[] bytes,
boolean obseleteFormat) |
|
ID3v22Tag(byte[] buffer) |
|
ID3v22Tag(byte[] buffer,
boolean obseleteFormat) |
|
ID3v23Tag(byte[] buffer) |
|
ID3v24Frame(byte[] buffer,
int offset) |
|
ID3v24Tag(byte[] buffer) |
|
ID3v2ChapterFrameData(boolean unsynchronisation,
byte[] bytes) |
|
ID3v2ChapterTOCFrameData(boolean unsynchronisation,
byte[] bytes) |
|
ID3v2CommentFrameData(boolean unsynchronisation,
byte[] bytes) |
|
ID3v2Frame(byte[] buffer,
int offset) |
|
ID3v2ObseleteFrame(byte[] buffer,
int offset) |
|
ID3v2ObseletePictureFrameData(boolean unsynchronisation,
byte[] bytes) |
|
ID3v2PictureFrameData(boolean unsynchronisation,
byte[] bytes) |
|
ID3v2PopmFrameData(boolean unsynchronisation,
byte[] bytes) |
|
ID3v2TextFrameData(boolean unsynchronisation,
byte[] bytes) |
|
ID3v2UrlFrameData(boolean unsynchronisation,
byte[] bytes) |
|
ID3v2WWWFrameData(boolean unsynchronisation,
byte[] bytes) |
|
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) |
|
MpegFrame(byte[] frameData) |
|
MpegFrame(byte frameData1,
byte frameData2,
byte frameData3,
byte frameData4) |
|