public final class ID3V2PrivateFrame extends ID3V2TagFrame
Represents a PRIV frame in an ID3V2Tag
.
The frame is used to contain information from a software producer that its program uses
and does not fit into the other frames.
Learn more
Constructor and Description |
---|
ID3V2PrivateFrame(String ownerIdentifier,
byte[] data)
Initializes a new instance of the
ID3V2PrivateFrame class. |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBinaryData()
Gets the binary data.
|
String |
getOwnerIdentifier()
Gets the owner identifier.
|
getData, getFlags, getId
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 ID3V2PrivateFrame(String ownerIdentifier, byte[] data)
Initializes a new instance of the ID3V2PrivateFrame
class.
ownerIdentifier
- The owner identifier.data
- Frame binary data.public final String getOwnerIdentifier()
Gets the owner identifier.
public final byte[] getBinaryData()
Gets the binary data.