| Constructor and Description |
|---|
ID3v1Reader() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getField(RandomAccessFile input,
int length)
Get a field.
|
boolean |
hasTag(File file)
Checks for tag.
|
ID3Tag |
read(File file)
Read the specified
File. |
public boolean hasTag(File file) throws IOException
ID3ReaderhasTag in interface ID3Readerfile - the File.true if the specified File has a tag, false otherwise.IOException - Signals that an I/O exception has occurred.public ID3Tag read(File file) throws IOException
ID3ReaderFile.read in interface ID3Readerfile - the File.ID3Tag.IOException - Signals that an I/O exception has occurred.public static String getField(RandomAccessFile input, int length) throws IOException
input - the RandomAccessFile.length - the length.IOException - Signals that an I/O exception has occurred.Copyright © 2018. All rights reserved.