ID3Visitablepublic interface ID3Visitable A visitable interface, which allows for the implementation of the visitor pattern. All tags, and all
frames within V2 tags, are visitable. |
Methods Summary |
---|
public void | accept(ID3Visitor oID3Visitor)Accept a visitor.
|
|