46474849505152
short isNotNull = data.readShort(); if (isNotNull < 0) return; this.poboxInfo = new POBoxInfo(data.readInt(), data.readInt()); }