Exemplo n.º 1
0
 protected void getContent(IsoOutputStream isos) throws IOException {
   isos.writeIso639(language);
   isos.writeStringZeroTerm(title);
 }
Exemplo n.º 2
0
 protected void getContent(IsoOutputStream isos) throws IOException {
   isos.write(IsoFile.fourCCtoBytes(classificationEntity));
   isos.writeUInt16(classificationTableIndex);
   isos.writeIso639(language);
   isos.writeStringZeroTerm(classificationInfo);
 }