var HaveMessage = module.exports = function(bytes) {
  PeerMessage.call(this, bytes);
  Object.defineProperties(this,{
    _pieceIndex: {
      value: new Buffer(4)