| Modifier and Type | Method and Description |
|---|---|
static ID3Reader |
getReader(File file)
|
static ID3Reader |
getReader(ID3Version version)
Get the
ID3Reader for the specified ID3Version. |
static ID3Version |
getVersion(File file)
Get the ID3 version for this file.
|
static List<ID3Version> |
getVersions(File file)
Get the ID3 versions for this file.
|
public static ID3Reader getReader(ID3Version version)
ID3Reader for the specified ID3Version.version - The ID3Version.ID3Reader.public static ID3Reader getReader(File file) throws IOException
file - The File.ID3Reader.IOException - If an error occurs during the operation.public static ID3Version getVersion(File file) throws IOException
file - The File.ID3Version.IOException - If an error occurs during the operation.public static List<ID3Version> getVersions(File file) throws IOException
file - The File.List of ID3Versions.IOException - If an error occurs during the operation.Copyright © 2018. All rights reserved.