⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-all.html

📁 java实现的xml压缩算法
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Sat Aug 30 13:54:25 PDT 2003 -->
<TITLE>
Index (Adding gzip support to XML)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="Index (Adding gzip support to XML)";
}
</SCRIPT>
<BODY BGCOLOR="white" onload="asd();">

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/kohsuke/gzipxml/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT>  <!--  if(window==top) {    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT><A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<A HREF="#_G_">G</A> <A HREF="#_O_">O</A> <A HREF="#_S_">S</A> <HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="org/kohsuke/gzipxml/GZipOutputStream.html"><B>GZipOutputStream</B></A> - class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipOutputStream.html">GZipOutputStream</A>.<DD>Replacement of <CODE>GZIPOutputStream</CODE> with additional functionality to specify the compression level.<DT><A HREF="org/kohsuke/gzipxml/GZipOutputStream.html#GZipOutputStream(java.io.OutputStream)"><B>GZipOutputStream(OutputStream)</B></A> - 
Constructor for class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipOutputStream.html">GZipOutputStream</A>
<DD>Creates a new output stream with a default buffer size.
<DT><A HREF="org/kohsuke/gzipxml/GZipOutputStream.html#GZipOutputStream(java.io.OutputStream, int)"><B>GZipOutputStream(OutputStream, int)</B></A> - 
Constructor for class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipOutputStream.html">GZipOutputStream</A>
<DD>Creates a new output stream with the specified buffer size.
<DT><A HREF="org/kohsuke/gzipxml/GZipOutputStream.html#GZipOutputStream(java.io.OutputStream, int, int)"><B>GZipOutputStream(OutputStream, int, int)</B></A> - 
Constructor for class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipOutputStream.html">GZipOutputStream</A>
<DD>Creates a new output stream with the specified buffer size.
<DT><A HREF="org/kohsuke/gzipxml/GZipStreamResult.html"><B>GZipStreamResult</B></A> - class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipStreamResult.html">GZipStreamResult</A>.<DD><CODE>StreamSource</CODE> that produces from gzip-compressed XML stream.<DT><A HREF="org/kohsuke/gzipxml/GZipStreamResult.html#GZipStreamResult(java.io.File)"><B>GZipStreamResult(File)</B></A> - 
Constructor for class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipStreamResult.html">GZipStreamResult</A>
<DD>&nbsp;
<DT><A HREF="org/kohsuke/gzipxml/GZipStreamResult.html#GZipStreamResult(java.io.File, int)"><B>GZipStreamResult(File, int)</B></A> - 
Constructor for class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipStreamResult.html">GZipStreamResult</A>
<DD>&nbsp;
<DT><A HREF="org/kohsuke/gzipxml/GZipStreamResult.html#GZipStreamResult(java.io.OutputStream)"><B>GZipStreamResult(OutputStream)</B></A> - 
Constructor for class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipStreamResult.html">GZipStreamResult</A>
<DD>&nbsp;
<DT><A HREF="org/kohsuke/gzipxml/GZipStreamResult.html#GZipStreamResult(java.io.OutputStream, int)"><B>GZipStreamResult(OutputStream, int)</B></A> - 
Constructor for class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipStreamResult.html">GZipStreamResult</A>
<DD>&nbsp;
<DT><A HREF="org/kohsuke/gzipxml/GZipStreamSource.html"><B>GZipStreamSource</B></A> - class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipStreamSource.html">GZipStreamSource</A>.<DD><CODE>StreamSource</CODE> that reads from gzip-compressed XML stream.<DT><A HREF="org/kohsuke/gzipxml/GZipStreamSource.html#GZipStreamSource(java.io.File)"><B>GZipStreamSource(File)</B></A> - 
Constructor for class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipStreamSource.html">GZipStreamSource</A>
<DD>Creates a <CODE>StreamSource</CODE> from a gzip-compressed XML file.
<DT><A HREF="org/kohsuke/gzipxml/GZipStreamSource.html#GZipStreamSource(java.io.InputStream)"><B>GZipStreamSource(InputStream)</B></A> - 
Constructor for class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipStreamSource.html">GZipStreamSource</A>
<DD>Creates a <CODE>StreamSource</CODE> from a gzip-compressed stream.
<DT><A HREF="org/kohsuke/gzipxml/GZipStreamSource.html#GZipStreamSource(java.io.InputStream, java.lang.String)"><B>GZipStreamSource(InputStream, String)</B></A> - 
Constructor for class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipStreamSource.html">GZipStreamSource</A>
<DD>Creates a <CODE>StreamSource</CODE> from a gzip-compressed stream.
<DT><A HREF="org/kohsuke/gzipxml/GZipStreamSource.html#GZipStreamSource(java.lang.String)"><B>GZipStreamSource(String)</B></A> - 
Constructor for class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipStreamSource.html">GZipStreamSource</A>
<DD>Creates a <CODE>StreamSource</CODE> from a gzip-compressed stream.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="org/kohsuke/gzipxml/package-summary.html"><B>org.kohsuke.gzipxml</B></A> - package org.kohsuke.gzipxml<DD>&nbsp;</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="org/kohsuke/gzipxml/GZipStreamResult.html#setOutputStream(java.io.OutputStream)"><B>setOutputStream(OutputStream)</B></A> - 
Method in class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipStreamResult.html">GZipStreamResult</A>
<DD>&nbsp;
<DT><A HREF="org/kohsuke/gzipxml/GZipStreamResult.html#setSystemId(java.io.File)"><B>setSystemId(File)</B></A> - 
Method in class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipStreamResult.html">GZipStreamResult</A>
<DD>&nbsp;
<DT><A HREF="org/kohsuke/gzipxml/GZipStreamResult.html#setSystemId(java.lang.String)"><B>setSystemId(String)</B></A> - 
Method in class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipStreamResult.html">GZipStreamResult</A>
<DD>&nbsp;
<DT><A HREF="org/kohsuke/gzipxml/GZipStreamResult.html#setWriter(java.io.Writer)"><B>setWriter(Writer)</B></A> - 
Method in class org.kohsuke.gzipxml.<A HREF="org/kohsuke/gzipxml/GZipStreamResult.html">GZipStreamResult</A>
<DD>&nbsp;
</DL>
<HR>
<A HREF="#_G_">G</A> <A HREF="#_O_">O</A> <A HREF="#_S_">S</A> 
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="org/kohsuke/gzipxml/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT>  <!--  if(window==top) {    document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT><A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A></NOSCRIPT></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

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