public class PICFrameReader extends Object implements FrameReader
| Constructor and Description |
|---|
PICFrameReader(int headerSize)
Instantiates a new PIC frame reader.
|
PICFrameReader(int headerSize,
boolean v2r00Mode)
Instantiates a new PIC frame reader.
|
| Modifier and Type | Method and Description |
|---|---|
PictureFrame |
readFrameBody(int size,
InputStream input)
Read frame body.
|
public PICFrameReader(int headerSize)
headerSize - the header sizepublic PICFrameReader(int headerSize,
boolean v2r00Mode)
headerSize - the header sizev2r00Mode - the v 2 r 00 modepublic PictureFrame 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.