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, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public 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 String getId()
Gets the id of the frame (four characters matching the pattern [A-Z0-9]).
public final ID3V2TagFrameFlags getFlags()
Gets the frame flags.
public final byte[] getData()
Gets the frame data.