Example #1
0
 public byte[] getData() {
   return new byte[] {opcode, Util.getHighByte(branch), Util.getLowByte(branch)};
 }