public class ID3v2r00Reader extends AbstractID3v2Reader
| Constructor and Description |
|---|
ID3v2r00Reader() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isVersionValid(int majorVersion,
int revision)
Evaluates if the version is valid for this ID3v2 tag.
|
ID3Tag |
read(File file)
Read the specified
File. |
hasTagprotected boolean isVersionValid(int majorVersion,
int revision)
AbstractID3v2ReaderisVersionValid in class AbstractID3v2ReadermajorVersion - the major version value.revision - the revision value.true if the version is valid for this ID3v2 tag,
false otherwise.public ID3Tag read(File file) throws IOException, UnsupportedEncodingException, MalformedFrameException
ID3ReaderFile.file - the File.ID3Tag.IOException - Signals that an I/O exception has occurred.UnsupportedEncodingException - If the encoding is unsupported.MalformedFrameException - If a malformed frame is encountered.Copyright © 2018. All rights reserved.