예제 #1
0
 static {
   for (MsgType t : MsgType.values()) {
     Integer i = new Integer(t.getByteValue() & 0xff);
     s_hash.put(i, t);
   }
 }