コード例 #1
0
 /*      */ static byte[] getData(long paramLong, int paramInt) /*      */ {
   /*      */ byte[] arrayOfByte;
   /*      */ try
   /*      */ {
     /* 1367 */ PCMM localPCMM = CMSManager.getModule();
     /*      */
     /* 1370 */ int i = localPCMM.getTagSize(paramLong, paramInt);
     /*      */
     /* 1372 */ arrayOfByte = new byte[i];
     /*      */
     /* 1375 */ localPCMM.getTagData(paramLong, paramInt, arrayOfByte);
     /*      */ } catch (CMMException localCMMException) {
     /* 1377 */ arrayOfByte = null;
     /*      */ }
   /*      */
   /* 1380 */ return arrayOfByte;
   /*      */ }