Ejemplo n.º 1
0
 public NwcItem unmarshall(NwcFileReader reader) throws NwcFileException {
   setType(PedalType.values()[reader.readByte()]);
   return this;
 }
Ejemplo n.º 2
0
 public NwcItem unmarshall(NwcFileReader reader) throws NwcFileException {
   reader.skip(1);
   return this;
 }