public interface FrameReader
| Modifier and Type | Method and Description |
|---|---|
ID3Frame |
readFrameBody(int size,
InputStream input)
Read frame body.
|
ID3Frame readFrameBody(int size, InputStream input) throws IOException, UnsupportedEncodingException, MalformedFrameException
size - the size.input - the InputStream.ID3Frame.IOException - Signals that an I/O exception has occurred.UnsupportedEncodingException - If the encoding isn't supported.MalformedFrameException - If a malformed frame were encountered.Copyright © 2018. All rights reserved.