package com.safemobile.lib; import java.util.ArrayList; public class LastPosmsg extends TCPmsg { public ArrayList PosList; public static int count=0; public LastPosmsg(TCPmsg tcp) { super(tcp); PosList = new ArrayList(); String date4parsing = super.data; //SM.Debug("SMS date4parsing:"+date4parsing); String[] tempArr = date4parsing.split(";"); //SM.Debug("SMS tempArr.length:" +tempArr.length); for(int i =0; i