public Message obtainMessage(What readData, int bytes, int i, byte[] buffer) {
   return super.obtainMessage(readData.v(), bytes, i, buffer);
 }
 public Message obtainMessage(What notification) {
   return super.obtainMessage(notification.v());
 }