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

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

Uses of ENCRID3V2Frame in org.blinkenlights.jid3.test
 

Methods in org.blinkenlights.jid3.test with parameters of type ENCRID3V2Frame
 void AllTests.TestID3Visitor.visitENCRID3V2Frame(ENCRID3V2Frame oENCRID3V2Frame)
           
 

Uses of ENCRID3V2Frame in org.blinkenlights.jid3.util
 

Methods in org.blinkenlights.jid3.util with parameters of type ENCRID3V2Frame
 void ID3Visitor.visitENCRID3V2Frame(ENCRID3V2Frame oENCRID3V2Frame)
           
 

Uses of ENCRID3V2Frame in org.blinkenlights.jid3.v2
 

Methods in org.blinkenlights.jid3.v2 that return ENCRID3V2Frame
 ENCRID3V2Frame[] ID3V2_3_0Tag.getENCRFrames()
          Get all ENCR frames stored in this tag.
 ENCRID3V2Frame ID3V2_3_0Tag.removeENCRFrame(byte byEncryptionMethodSymbol)
          Remove a specific ENCR frame from this tag.
 

Methods in org.blinkenlights.jid3.v2 with parameters of type ENCRID3V2Frame
 void ID3V2_3_0Tag.addENCRFrame(ENCRID3V2Frame oENCRID3V2Frame)
          Add an encryption frame to this tag.