Class ID3Frame.Private
-
- All Implemented Interfaces:
public final class ID3Frame.Private extends ID3Frame
A private ID3 frame.
See section 4.27 of https://id3.org/id3v2.4.0-frames for more information.
-
-
Constructor Summary
Constructors Constructor Description ID3Frame.Private(String ownerIdentifier, ByteArray data)
-
Method Summary
Modifier and Type Method Description final String
getOwnerIdentifier()
The identifier of the owner. final ByteArray
getData()
The private data.
-