this.tag_type = tag_type; this.bytes = bytes; this.values = values;
StringBuffer result = new StringBuffer(); result.append("{ID3Tag. "); result.append("values: " + values); result.append(" }"); return result.toString();