コード例 #1
0
ファイル: ISOMsg.java プロジェクト: edianzuxiehui/jpos
 /**
  * pack the message with the current packager
  *
  * @return the packed message
  * @exception ISOException
  */
 public byte[] pack() throws ISOException {
   synchronized (this) {
     recalcBitMap();
     return packager.pack(this);
   }
 }