Uses of Class
org.blinkenlights.jid3.v2.LINKID3V2Frame

Packages that use LINKID3V2Frame
org.blinkenlights.jid3.test   
org.blinkenlights.jid3.util   
org.blinkenlights.jid3.v2   
 

Uses of LINKID3V2Frame in org.blinkenlights.jid3.test
 

Methods in org.blinkenlights.jid3.test with parameters of type LINKID3V2Frame
 void AllTests.TestID3Visitor.visitLINKID3V2Frame(LINKID3V2Frame oLINKID3V2Frame)
           
 

Uses of LINKID3V2Frame in org.blinkenlights.jid3.util
 

Methods in org.blinkenlights.jid3.util with parameters of type LINKID3V2Frame
 void ID3Visitor.visitLINKID3V2Frame(LINKID3V2Frame oLINKID3V2Frame)
           
 

Uses of LINKID3V2Frame in org.blinkenlights.jid3.v2
 

Methods in org.blinkenlights.jid3.v2 that return LINKID3V2Frame
 LINKID3V2Frame[] ID3V2_3_0Tag.getLINKFrames()
          Get all LINK frames stored in this tag.
 LINKID3V2Frame ID3V2_3_0Tag.removeLINKFrame(byte[] abyFrameIdentifier, java.lang.String sLinkUrl, java.lang.String sAdditionalData)
          Remove a specific LINK frame from this tag.
 

Methods in org.blinkenlights.jid3.v2 with parameters of type LINKID3V2Frame
 void ID3V2_3_0Tag.addLINKFrame(LINKID3V2Frame oLINKID3V2Frame)
          Add a linked information frame to this tag.