public class Picture extends Metadata
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
image |
isLast, METADATA_TYPE_APPLICATION, METADATA_TYPE_CUESHEET, METADATA_TYPE_PADDING, METADATA_TYPE_PICTURE, METADATA_TYPE_SEEKTABLE, METADATA_TYPE_STREAMINFO, METADATA_TYPE_VORBIS_COMMENT, STREAM_METADATA_IS_LAST_LEN, STREAM_METADATA_LENGTH_LEN, STREAM_METADATA_TYPE_LEN| Constructor and Description |
|---|
Picture(BitInputStream is,
int length,
boolean isLast)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Convert the class to a string representation.
|
public Picture(BitInputStream is, int length, boolean isLast) throws IOException
is - The InputBitStreamlength - Length of the recordisLast - True if this is the last Metadata block in the chainIOException - Thrown if error reading from InputBitStreamCopyright © 2004–2017. All rights reserved.