public class UFIFrameReader extends Object implements FrameReader
| Constructor and Description |
|---|
UFIFrameReader(int headerSize)
Instantiates a new UFI frame reader.
|
| Modifier and Type | Method and Description |
|---|---|
UniqueFileIdentifierFrame |
readFrameBody(int size,
InputStream input)
Read frame body.
|
public UFIFrameReader(int headerSize)
headerSize - the header sizepublic UniqueFileIdentifierFrame readFrameBody(int size, InputStream input) throws IOException, UnsupportedEncodingException
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.Copyright © 2018. All rights reserved.