public interface ID3Reader
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasTag(File file)
Checks for tag.
|
ID3Tag |
read(File file)
Read the specified
File. |
boolean hasTag(File file) throws IOException
file - the File.true if the specified File has a tag, false otherwise.IOException - Signals that an I/O exception has occurred.ID3Tag read(File file) throws IOException, UnsupportedEncodingException, MalformedFrameException
File.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.