CS潤更罷周徭強幅雫糞??膨? - 園殻秘壇利
作者 佚名技术
来源 NET编程
浏览
发布时间 2012-06-16
for (int i = 0; i < len; i++)
197 {
198 objary[o_begin + i] = souary[s_begin + i];
199 }
200 }
201}
CS结构软件自动升级实现(四)(2)时间:2011-06-29 blogjava rochocUpdFile.java:这个类本来是想作为对象直接在服务端和客户端之间传递的,但后来没有采用,因此在本实现中用处不大 1/** *//******************************************************************** 2 * 项目名称 :rochoc<p> 3 * 包名称 :com.rochoc.autoupdate<p> 4 * 文件名称 :UpdFile.java<p> 5 * 编写者 :kfzx-luoc<p> 6 * 编写日期 :2008-12-23<p> 7 * 程序功能(类)描述 :<p> 8 * 版本文件对像 9 * 程序变更日期 : 10 * 变更作者 : 11 * 变更说明 : 12********************************************************************/ 13package com.rochoc.autoupdate; 14 15import java.io.Serializable; 16 17/** *//** 18 * @author kfzx-luoc 19 * 20 * TODO To change the template for this generated type comment go to 21 * Window - Preferences - Java - Code Style - Code Templates 22 */ 23public class UpdFile implements Serializable 24{ 25 private String name = "";//名称 26 private String path = "";//路径 27 private int type = 0;//类型 0.文件 1.目录 28 private String version = "";//版本号 29 30 public UpdFile() 31 { 32 super(); 33 } 34 public UpdFile(String name) 35 { 36 this(); 37 this.name = name; 38 } 39 public UpdFile(String name,String path,int type,String version) 40 { 41 this(name); 42 this.path = path; 43 this.type = type; 44 this.version = version; 45 } 46 /** *//** 47 * @return Returns the name. 48 */ 49 public String getName() 50 { 51 return name; 52 } 53 /** *//** 54 * @param name The name to set. 55 */ 56 public void setName(String name) 57 { 58 this.name = name; 59 } 60 /** *//** 61 * @return Returns the path. 62 */ 63 public String getPath() 64 { 65 return path; 66 } 67 /** *//** 68 * @param path The path to set. 69 */ 70 public void setPath(String path) 71 { 72 this.path = path; 73 } 74 /** *//** 75 * @return Returns the type. 76 */ 77 public int getType() 78 { 79 return type; 80 } 81 /** *//** 82 * @param type The type to set. 83 */ 84 public void setType(int type) 85 { 86 this.type = type; 87 } 88 /** *//** 89 * @return Returns the version. 90 */ 91 public String getVersion() 92 { 93 return version; 94 } 95 /** *//** 96 * @param version The version to set. 97 */ 98 public void setVersion(String version) 99 { 100 this.version = version; 101 } 102 public String toString() 103 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于CS潤更罷周徭強幅雫糞??膨? - 園殻秘壇利的所有评论