}
currentindex = position;
mp3info.comment = this.bytetostring(bytcomment);
//以下获取保留位
mp3info.reserved1 = (char)info[++position];
mp3info.reserved2 = (char)info[++position];
mp3info.reserved3 = (char)info[++position];
return mp3info;
}
上面程序用到下面的方法: