Exemple #1
0
 /**
  * Gets the infotype of an Info frame.
  *
  * @param src
  * @param srcOffset
  * @return
  */
 public static final InformationType getInfoType(byte[] src, int srcOffset) {
   return InformationType.getByValue(LittleEndian.getInt16(src, srcOffset + 2) & 0xFFFF);
 }