コード例 #1
0
ファイル: NwcPedal.java プロジェクト: leonoel/soldomi-nwc175
 public NwcItem unmarshall(NwcFileReader reader) throws NwcFileException {
   reader.skip(1);
   return this;
 }