super(copyObject);
Removes the specific tag from the fileparamfile MP3 file to append to.throwsIOException on any I/O error
Determines whether another datatype is equal to this tag. It just compares if they are the same class, then calls super.equals(obj).paramobj The object to comparereturnif they are equal return (obj instanceof AbstractTag) && super.equals(obj);
super.equals(obj)
return (obj instanceof AbstractTag) && super.equals(obj);
return
Looks for this tag in the bufferparambyteBufferreturnreturns true if found, false otherwise.
Writes the tag to the fileparamfilethrowsIOException