public class ID3V2TagFrame extends CustomPackage
| Constructor and Description |
|---|
ID3V2TagFrame(String frameId,
byte[] data)
Initializes a new instance of the
ID3V2TagFrame class. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Gets the frame data.
|
ID3V2TagFrameFlags |
getFlags()
Gets the frame flags.
|
String |
getId()
Gets the id of the frame (four characters matching the pattern [A-Z0-9]).
|
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updatePropertiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ID3V2TagFrame(String frameId, byte[] data)
Initializes a new instance of the ID3V2TagFrame class.
frameId - The id of the frame (four characters matching the pattern [A-Z0-9]).data - The content of the frame.public final byte[] getData()
Gets the frame data.
public final ID3V2TagFrameFlags getFlags()
Gets the frame flags.
public final String getId()
Gets the id of the frame (four characters matching the pattern [A-Z0-9]).
Copyright © 2025. All rights reserved.