public MessageHave(int pieceIndex) throws IOException, InterruptedException {
   super(MessageType.have, Utilities.getBytes(pieceIndex));
 }