|
|
|
|
|
|
|
|
package cn.com.taiji.inss.manager.model.inst.file; |
|
|
package cn.com.taiji.inss.manager.model.inst.file; |
|
|
|
|
|
|
|
|
import cn.com.taiji.common.manager.ManagerException; |
|
|
import cn.com.taiji.common.manager.ManagerException; |
|
|
import cn.com.taiji.common.manager.net.http.ServiceHandleException; |
|
|
|
|
|
import cn.com.taiji.core.model.comm.protocol.FormatException; |
|
|
import cn.com.taiji.core.model.comm.protocol.FormatException; |
|
|
|
|
|
|
|
|
public class VehicleInfoFile extends AbstractFile { |
|
|
public class VehicleInfoFile extends AbstractFile { |
|
|
|
|
|
|
|
|
//FIXME 最好是读出车辆信息再转成对象进行处理 |
|
|
//FIXME 最好是读出车辆信息再转成对象进行处理 |
|
|
fileContent = " "; |
|
|
fileContent = " "; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public VehicleInfoFile(String binaryString) throws ManagerException { |
|
|
public VehicleInfoFile(String binaryString) throws ManagerException { |
|
|
if (binaryString.length() != 59 * 2) |
|
|
if (binaryString.length() != 59 * 2) |
|
|
throw new ManagerException("VehicleInfo文件长度不对."); |
|
|
throw new ManagerException("VehicleInfo文件长度不对."); |