예제 #1
0
 public void write(OutputStream theStream) throws IOException, TrexException {
   theStream.writeString(itsName);
   theStream.writeEnum(itsType);
 }