setLyric(getLyric() + line.writeString());
}
protected void setupObjectList() {
appendToObjectList(new ObjectNumberHashMap("Text Encoding", 1));
appendToObjectList(new ObjectStringHashMap("Language", 3));
appendToObjectList(new ObjectStringNullTerminated("Description"));
appendToObjectList(new ObjectStringSizeTerminated("Lyrics/Text"));
}