public final int getInt() throws Exception {
if (!this.mqo) {
return this.mqn.getInt();
}
throw new Exception("Buffer For Build");
}
public final long getLong() throws Exception {
if (!this.mqo) {
return this.mqn.getLong();
}
throw new Exception("Buffer For Build");
}
public final byte[] getBuffer() throws Exception {
if (this.mqo) {
throw new Exception("Buffer For Build");
}
short s = this.mqn.getShort();
if (s > (short) 2048) {
this.mqn = null;
throw new Exception("Buffer String Length Error");
} else if (s == (short) 0) {
return new byte[0];
} else {
byte[] bArr = new byte;
this.mqn.get(bArr, 0, s);
return bArr;
}
}
public final String getString() throws Exception {
if (this.mqo) {
throw new Exception("Buffer For Build");
}
short s = this.mqn.getShort();
if (s > (short) 2048) {
this.mqn = null;
throw new Exception("Buffer String Length Error");
} else if (s == (short) 0) {
return "";
} else {
byte[] bArr = new byte;
this.mqn.get(bArr, 0, s);
return new String(bArr, "UTF-8");
}
}
public final void tL(int i) {
this.mqn.position(this.mqn.position() + i);
}
public final void bmK() throws Exception {
if (this.mqo) {
throw new Exception("Buffer For Build");
}
short s = this.mqn.getShort();
if (s > (short) 2048) {
this.mqn = null;
throw new Exception("Buffer String Length Error");
} else if (s != (short) 0) {
this.mqn.position(s + this.mqn.position());
}
}
public final boolean bmL() {
return this.mqn.limit() - this.mqn.position() <= 1;
}
/**
* @author:牵手生活
* @date:2017/3/26
* @description:
*/
public class Rcontactlvbuff {
// private static final int bAh = "alias".hashCode();
// private static final int bAi = "conRemark".hashCode();
// private static final int bAj = "domainList".hashCode();
// private static final int bAk = "pyInitial".hashCode();
// private static final int bAl = "quanPin".hashCode();
// private static final int bAm = "showHead".hashCode();
// private static final int bAn = "weiboFlag".hashCode();
// private static final int bAo = "weiboNickname".hashCode();
// private static final int bAp = "conRemarkPYFull".hashCode();
// private static final int bAq = "conRemarkPYShort".hashCode();
// private static final int bAr = "verifyFlag".hashCode();
// private static final int bAs = "encryptUsername".hashCode();
// private static final int bAt = "chatroomFlag".hashCode();
// private static final int bAu = "deleteFlag".hashCode();
// private static final int bAv = "contactLabelIds".hashCode();
// public static final String[] brH = new String[]{"CREATE INDEX IF NOT EXISTS deleteflag_index ON Contact(deleteFlag)"};
// private static final int brQ = "rowid".hashCode();
// private static final int bvK = "lvbuff".hashCode();
// private static final int byd = "username".hashCode();
// private static final int byy = "nickname".hashCode();
public String bAA;
public int bAB;
public int bAC;
public String bAD;
public String bAE;
public int bAF;
public int bAG;
public String bAH;
private String bAI; //省份
private String bAJ; //省市
public String bAK;
public int bAL;
public String bAM;
public String bAN;
public String bAO;
public int bAP;
public int bAQ;
public String bAR;
public String bAS;
public String bAT;
public String bAU;
public String bAV;
public String bAW;
public String bAX;
private boolean bAa = false;
private boolean bAb = false;
private boolean bAc = false;
private boolean bAd = false;
private boolean bAe = false;
private boolean bAf = false;
private boolean bAg = false;
public int bAw;
public int bAx; //手机号码
public String bAy;
public long bAz;
public int bbt;
public String bhc;
private boolean bsz = false;
private boolean bvo = false;
private boolean bxO = false;
private boolean byu = false;
private boolean bzS = false;
private boolean bzT = false;
private boolean bzU = false;
private boolean bzV = false;
private boolean bzW = false;
private boolean bzX = false;
private boolean bzY = false;
private boolean bzZ = false;
private String field_alias;
public int field_chatroomFlag;
public String field_conRemark;
public String field_conRemarkPYFull;
public String field_conRemarkPYShort;
public String field_contactLabelIds;
public int field_deleteFlag;
public String field_domainList;
public String field_encryptUsername;
public byte[] field_lvbuff;//==========
public String field_nickname;
private String field_pyInitial;
private String field_quanPin;
public int field_showHead;
public int field_type;
public String field_username;
public int field_verifyFlag;
public int field_weiboFlag;
public String field_weiboNickname;
public int uin;