index-26.html

来自「j2se5-api-zh,java文档的中文版本」· HTML 代码 · 共 170 行

HTML
170
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc (build 1.5.0_03) on Wed Nov 02 09:53:37 CST 2005 --><META http-equiv="Content-Type" content="text/html; charset=gb2312"><TITLE>Z - 索引 (Java 2 Platform SE 5.0)</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"><SCRIPT type="text/javascript">function windowTitle(){    parent.document.title="Z - 索引 (Java 2 Platform SE 5.0)";}</SCRIPT><NOSCRIPT></NOSCRIPT></HEAD><BODY BGCOLOR="white" onload="windowTitle();"><!-- ========= START OF TOP NAVBAR ======= --><A NAME="navbar_top"><!-- --></A><A HREF="#skip-navbar_top" title="跳过导航链接"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">软件包</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">类</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">使用</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>索引</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Standard&nbsp;Ed. 5.0</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="index-25.html"><B>上一个字母</B></A>&nbsp;&nbsp;下一个字母</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../index.html@index-filesindex-26.html" target="_top"><B>框架</B></A>  &nbsp;&nbsp;<A HREF="index-26.html" target="_top"><B>无框架</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../allclasses-noframe.html"><B>所有类</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../allclasses-noframe.html"><B>所有类</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_top"></A><!-- ========= END OF TOP NAVBAR ========= --><A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <A HREF="index-25.html">Y</A> <A HREF="index-26.html">Z</A> <HR><A NAME="_Z_"><!-- --></A><H2><B>Z</B></H2><DL><DT><A HREF="../java/util/zip/ZipEntry.html" title="java.util.zip 中的类"><B>ZipEntry</B></A> - <A HREF="../java/util/zip/package-summary.html">java.util.zip</A> 中的 类<DD>此类用于表示 ZIP 文件条目。<DT><A HREF="../java/util/zip/ZipEntry.html#ZipEntry(java.lang.String)"><B>ZipEntry(String)</B></A> - 类 java.util.zip.<A HREF="../java/util/zip/ZipEntry.html" title="java.util.zip 中的类">ZipEntry</A> 的构造方法<DD>使用指定名称创建新的 ZIP 条目。<DT><A HREF="../java/util/zip/ZipEntry.html#ZipEntry(java.util.zip.ZipEntry)"><B>ZipEntry(ZipEntry)</B></A> - 类 java.util.zip.<A HREF="../java/util/zip/ZipEntry.html" title="java.util.zip 中的类">ZipEntry</A> 的构造方法<DD>使用从指定 ZIP 条目获取的字段创建新的 ZIP 条目。<DT><A HREF="../java/util/zip/ZipException.html" title="java.util.zip 中的类"><B>ZipException</B></A> - <A HREF="../java/util/zip/package-summary.html">java.util.zip</A> 中的 异常<DD>如果某种 ZIP 异常发生,则抛出此错误。<DT><A HREF="../java/util/zip/ZipException.html#ZipException()"><B>ZipException()</B></A> - 异常 java.util.zip.<A HREF="../java/util/zip/ZipException.html" title="java.util.zip 中的类">ZipException</A> 的构造方法<DD>使用 <code>null</code> 作为错误详细消息构造 <code>ZipException</code>。<DT><A HREF="../java/util/zip/ZipException.html#ZipException(java.lang.String)"><B>ZipException(String)</B></A> - 异常 java.util.zip.<A HREF="../java/util/zip/ZipException.html" title="java.util.zip 中的类">ZipException</A> 的构造方法<DD>构建带指定详细消息的 <code>ZipException</code>。<DT><A HREF="../java/util/zip/ZipFile.html" title="java.util.zip 中的类"><B>ZipFile</B></A> - <A HREF="../java/util/zip/package-summary.html">java.util.zip</A> 中的 类<DD>此类用于从 ZIP 文件读取条目。<DT><A HREF="../java/util/zip/ZipFile.html#ZipFile(java.lang.String)"><B>ZipFile(String)</B></A> - 类 java.util.zip.<A HREF="../java/util/zip/ZipFile.html" title="java.util.zip 中的类">ZipFile</A> 的构造方法<DD>打开 ZIP 文件进行阅读。<DT><A HREF="../java/util/zip/ZipFile.html#ZipFile(java.io.File, int)"><B>ZipFile(File, int)</B></A> - 类 java.util.zip.<A HREF="../java/util/zip/ZipFile.html" title="java.util.zip 中的类">ZipFile</A> 的构造方法<DD>打开新的 <code>ZipFile</code> 以使用指定模式从指定 <code>File</code> 对象读取。<DT><A HREF="../java/util/zip/ZipFile.html#ZipFile(java.io.File)"><B>ZipFile(File)</B></A> - 类 java.util.zip.<A HREF="../java/util/zip/ZipFile.html" title="java.util.zip 中的类">ZipFile</A> 的构造方法<DD>打开供阅读的 ZIP 文件,由指定的 File 对象给出。<DT><A HREF="../java/util/zip/ZipInputStream.html" title="java.util.zip 中的类"><B>ZipInputStream</B></A> - <A HREF="../java/util/zip/package-summary.html">java.util.zip</A> 中的 类<DD>此类为读取 ZIP 文件格式的文件实现输入流过滤器。<DT><A HREF="../java/util/zip/ZipInputStream.html#ZipInputStream(java.io.InputStream)"><B>ZipInputStream(InputStream)</B></A> - 类 java.util.zip.<A HREF="../java/util/zip/ZipInputStream.html" title="java.util.zip 中的类">ZipInputStream</A> 的构造方法<DD>创建新的 ZIP 输入流。<DT><A HREF="../java/util/zip/ZipOutputStream.html" title="java.util.zip 中的类"><B>ZipOutputStream</B></A> - <A HREF="../java/util/zip/package-summary.html">java.util.zip</A> 中的 类<DD>此类为以 ZIP 文件格式写入文件实现输出流过滤器。<DT><A HREF="../java/util/zip/ZipOutputStream.html#ZipOutputStream(java.io.OutputStream)"><B>ZipOutputStream(OutputStream)</B></A> - 类 java.util.zip.<A HREF="../java/util/zip/ZipOutputStream.html" title="java.util.zip 中的类">ZipOutputStream</A> 的构造方法<DD>创建新的 ZIP 输出流。<DT><A HREF="../java/util/Calendar.html#ZONE_OFFSET"><B>ZONE_OFFSET</B></A> - 类 java.util.<A HREF="../java/util/Calendar.html" title="java.util 中的类">Calendar</A> 中的静态变量<DD><code>get</code> 和 <code>set</code> 的字段数字,以毫秒为单位指示距 GMT 的大致偏移量。</DL><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="跳过导航链接"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">软件包</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">类</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">使用</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>索引</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup>&nbsp;2&nbsp;Platform<br>Standard&nbsp;Ed. 5.0</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="index-25.html"><B>上一个字母</B></A>&nbsp;&nbsp;下一个字母</FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../index.html@index-filesindex-26.html" target="_top"><B>框架</B></A>  &nbsp;&nbsp;<A HREF="index-26.html" target="_top"><B>无框架</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../allclasses-noframe.html"><B>所有类</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../allclasses-noframe.html"><B>所有类</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <A HREF="index-25.html">Y</A> <A HREF="index-26.html">Z</A> <HR><font size="-1"><a href="../../../../../../../java.sun.com/cgi-bin/bugreport.cgi">提交错误或意见</a><br>有关更多的 API 参考资料和开发人员文档,请参阅 <a href="../../../../../../../java.sun.com/j2se/1.5.0/docs/relnotes/devdocs-vs-specs.html">Java 2 SDK SE 开发人员文档</a>。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。 <p>版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守<a href="../../../../../../../java.sun.com/j2se/1.5.0/docs/relnotes/license.html">许可证条款</a>。另请参阅<a href="../../../../../../../java.sun.com/docs/redist.html">文档重新分发政策</a>。</font></BODY></HTML>

⌨️ 快捷键说明

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