zipdirectoryresource.java

来自「很棒的web服务器源代码」· Java 代码 · 共 38 行

JAVA
38
字号
// ZipDirectoryResource.java// $Id: ZipDirectoryResource.java,v 1.7 2002/06/26 17:54:06 ylafon Exp $// (c) COPYRIGHT MIT and INRIA, 1998.// Please first read the full copyright statement in file COPYRIGHT.htmlpackage org.w3c.jigsaw.zip;import java.util.zip.ZipEntry;import java.util.zip.ZipFile;import java.util.Enumeration;import java.util.Hashtable;import java.io.File;import java.io.IOException;import org.w3c.util.EmptyEnumeration;import org.w3c.tools.resources.Attribute;import org.w3c.tools.resources.AttributeHolder;import org.w3c.tools.resources.AttributeRegistry;import org.w3c.tools.resources.ContainerResource;import org.w3c.tools.resources.DirectoryResource;import org.w3c.tools.resources.FileAttribute;import org.w3c.tools.resources.FramedResource;import org.w3c.tools.resources.InvalidResourceException;import org.w3c.tools.resources.RequestInterface;import org.w3c.tools.resources.Resource;import org.w3c.tools.resources.ResourceContext;import org.w3c.tools.resources.ResourceReference;import org.w3c.tools.resources.ResourceSpace;import org.w3c.tools.resources.StringAttribute;import org.w3c.tools.resources.indexer.ResourceIndexer;/** * @version $Revision: 1.7 $ * @author  Beno顃 Mah

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?