public static MbGetInstalledRomsResponse getRootAsMbGetInstalledRomsResponse(
     ByteBuffer _bb, MbGetInstalledRomsResponse obj) {
   _bb.order(ByteOrder.LITTLE_ENDIAN);
   return (obj.__init(_bb.getInt(_bb.position()) + _bb.position(), _bb));
 }