public class FramesReader extends Object
| Constructor and Description |
|---|
FramesReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
readFrames(ID3Tag tag,
InputStream input,
int length)
Read frames.
|
int |
readNextFrame(ID3Tag tag,
InputStream input)
Read next frame.
|
public int readNextFrame(ID3Tag tag, InputStream input) throws IOException, UnsupportedEncodingException, MalformedFrameException
tag - the taginput - the inputIOException - Signals that an I/O exception has occurred.UnsupportedEncodingException - the unsupported encoding exceptionMalformedFrameException - the malformed frame exceptionpublic void readFrames(ID3Tag tag, InputStream input, int length) throws IOException, UnsupportedEncodingException, MalformedFrameException
tag - the ID3Tag.input - the InputStream.length - the length.IOException - Signals that an I/O exception has occurred.UnsupportedEncodingException - the unsupported encoding exception.MalformedFrameException - the malformed frame exception.Copyright © 2018. All rights reserved.