zzae.java 4.85 KB
package com.google.android.gms.internal;

import java.io.IOException;

public abstract interface zzae
{
  public static final class zza
    extends zzbxn<zza>
  {
    public zzae.zzb zzaK;
    public zzae.zzc zzaL;
    
    public zza()
    {
      this.zzcuR = -1;
    }
    
    public static zza zzc(byte[] paramArrayOfByte)
      throws zzbxs
    {
      return (zza)zzbxt.zza(new zza(), paramArrayOfByte);
    }
    
    public final zza zza(zzbxl paramzzbxl)
      throws IOException
    {
      for (;;)
      {
        int i = paramzzbxl.zzaeo();
        switch (i)
        {
        default: 
          if (super.zza(paramzzbxl, i)) {}
          break;
        case 0: 
          return this;
        case 10: 
          if (this.zzaK == null) {
            this.zzaK = new zzae.zzb();
          }
          paramzzbxl.zza(this.zzaK);
          break;
        case 18: 
          if (this.zzaL == null) {
            this.zzaL = new zzae.zzc();
          }
          paramzzbxl.zza(this.zzaL);
        }
      }
    }
    
    public final void zza(zzbxm paramzzbxm)
      throws IOException
    {
      if (this.zzaK != null) {
        paramzzbxm.zza(1, this.zzaK);
      }
      if (this.zzaL != null) {
        paramzzbxm.zza(2, this.zzaL);
      }
      super.zza(paramzzbxm);
    }
    
    protected final int zzu()
    {
      int j = super.zzu();
      int i = j;
      if (this.zzaK != null) {
        i = j + zzbxm.zzc(1, this.zzaK);
      }
      j = i;
      if (this.zzaL != null) {
        j = i + zzbxm.zzc(2, this.zzaL);
      }
      return j;
    }
  }
  
  public static final class zzb
    extends zzbxn<zzb>
  {
    public Integer zzaM = null;
    
    public zzb()
    {
      this.zzcuR = -1;
    }
    
    public final void zza(zzbxm paramzzbxm)
      throws IOException
    {
      if (this.zzaM != null) {
        paramzzbxm.zzJ(27, this.zzaM.intValue());
      }
      super.zza(paramzzbxm);
    }
    
    public final zzb zzc(zzbxl paramzzbxl)
      throws IOException
    {
      for (;;)
      {
        int i = paramzzbxl.zzaeo();
        switch (i)
        {
        default: 
          if (super.zza(paramzzbxl, i)) {}
          break;
        case 0: 
          return this;
        case 216: 
          i = paramzzbxl.zzaes();
          switch (i)
          {
          default: 
            break;
          case 0: 
          case 1: 
          case 2: 
          case 3: 
          case 4: 
            this.zzaM = Integer.valueOf(i);
          }
          break;
        }
      }
    }
    
    protected final int zzu()
    {
      int j = super.zzu();
      int i = j;
      if (this.zzaM != null) {
        i = j + zzbxm.zzL(27, this.zzaM.intValue());
      }
      return i;
    }
  }
  
  public static final class zzc
    extends zzbxn<zzc>
  {
    public String zzaN = null;
    public String zzaO = null;
    public String zzaP = null;
    public String zzaQ = null;
    public String zzaR = null;
    
    public zzc()
    {
      this.zzcuR = -1;
    }
    
    public final void zza(zzbxm paramzzbxm)
      throws IOException
    {
      if (this.zzaN != null) {
        paramzzbxm.zzq(1, this.zzaN);
      }
      if (this.zzaO != null) {
        paramzzbxm.zzq(2, this.zzaO);
      }
      if (this.zzaP != null) {
        paramzzbxm.zzq(3, this.zzaP);
      }
      if (this.zzaQ != null) {
        paramzzbxm.zzq(4, this.zzaQ);
      }
      if (this.zzaR != null) {
        paramzzbxm.zzq(5, this.zzaR);
      }
      super.zza(paramzzbxm);
    }
    
    public final zzc zzd(zzbxl paramzzbxl)
      throws IOException
    {
      for (;;)
      {
        int i = paramzzbxl.zzaeo();
        switch (i)
        {
        default: 
          if (super.zza(paramzzbxl, i)) {}
          break;
        case 0: 
          return this;
        case 10: 
          this.zzaN = paramzzbxl.readString();
          break;
        case 18: 
          this.zzaO = paramzzbxl.readString();
          break;
        case 26: 
          this.zzaP = paramzzbxl.readString();
          break;
        case 34: 
          this.zzaQ = paramzzbxl.readString();
          break;
        case 42: 
          this.zzaR = paramzzbxl.readString();
        }
      }
    }
    
    protected final int zzu()
    {
      int j = super.zzu();
      int i = j;
      if (this.zzaN != null) {
        i = j + zzbxm.zzr(1, this.zzaN);
      }
      j = i;
      if (this.zzaO != null) {
        j = i + zzbxm.zzr(2, this.zzaO);
      }
      i = j;
      if (this.zzaP != null) {
        i = j + zzbxm.zzr(3, this.zzaP);
      }
      j = i;
      if (this.zzaQ != null) {
        j = i + zzbxm.zzr(4, this.zzaQ);
      }
      i = j;
      if (this.zzaR != null) {
        i = j + zzbxm.zzr(5, this.zzaR);
      }
      return i;
    }
  }
}


/* Location:              /home/merong/decompile/hackery-dex2jar.jar!/com/google/android/gms/internal/zzae.class
 * Java compiler version: 6 (50.0)
 * JD-Core Version:       0.7.1
 */