| Modifier and Type | Method and Description |
|---|---|
ID3Tag |
ID3Reader.read(File file)
Read the specified
File. |
| Modifier and Type | Method and Description |
|---|---|
ID3Tag |
ID3v1Reader.read(File file) |
| Modifier and Type | Method and Description |
|---|---|
ID3Tag |
ID3v2r00Reader.read(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
FramesReader.readFrames(ID3Tag tag,
InputStream input,
int length)
Read frames.
|
int |
FramesReader.readNextFrame(ID3Tag tag,
InputStream input)
Read next frame.
|
| Modifier and Type | Method and Description |
|---|---|
ID3Tag |
ID3v2r30Reader.read(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
FramesReader.readFrames(ID3Tag tag,
InputStream input,
long length)
Read frames.
|
int |
FramesReader.readNextFrame(ID3Tag tag,
InputStream input)
Read next frame.
|
| Modifier and Type | Method and Description |
|---|---|
ID3Tag |
ID3v2r40Reader.read(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
FramesReader.readFrames(ID3Tag tag,
InputStream input,
long length)
Read frames.
|
int |
FramesReader.readNextFrame(ID3Tag tag,
InputStream input)
Read next frame.
|
Copyright © 2018. All rights reserved.