Package net.sf.zipme Interface Summary Checksum Interface to compute a data checksum used by checked input/output streams. Class Summary Adler32 Computes Adler32 checksum for a stream of data. CheckedInputStream InputStream that computes a checksum
package cn.com.origin.net; import java.io.IOException; import java.net.ServerSocket; import java.net.Socket; public class Server { public Server() { } public void listen() throws IOException { ServerSocket server = new ServerSocket(8002); while (tru
C++ 下大winzip非常不错 HZIP g_pZip; g_pZip=OpenZip(_T("Package.zip"),0); if (g_pZip) { ZIPENTRY ze; GetZipItem(g_pZip,-1,&ze); int j; FindZipItem(g_pZip,L"ddd/AD_Lingguan_huanjing",true,&j,&ze); HGLOBAL hGlobal = GlobalAlloc(GMEM_MOVEABLE, ze.unc_size); v