public class IPLFrameReader extends Object implements FrameReader
| Constructor and Description |
|---|
IPLFrameReader(int headerSize)
Instantiates a new IPL frame reader.
|
| Modifier and Type | Method and Description |
|---|---|
InvolvedPeopleFrame |
readFrameBody(int size,
InputStream input)
Read frame body.
|
public IPLFrameReader(int headerSize)
headerSize - the header sizepublic InvolvedPeopleFrame readFrameBody(int size, InputStream input) throws IOException, UnsupportedEncodingException, MalformedFrameException
FrameReaderreadFrameBody in interface FrameReadersize - 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.