/[classpath]/classpath/java/util/jar/Manifest.java
ViewVC logotype

Diff of /classpath/java/util/jar/Manifest.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8.2.1 by gnu_andrew, Tue Aug 2 20:12:31 2005 UTC revision 1.8.2.2 by gnu_andrew, Tue Sep 20 18:46:30 2005 UTC
# Line 80  public class Manifest implements Cloneab Line 80  public class Manifest implements Cloneab
80    /**    /**
81     * Creates a Manifest from the supplied input stream.     * Creates a Manifest from the supplied input stream.
82     *     *
83     * @see read(Inputstream)     * @see #read(InputStream)
84     * @see write(OutputStream)     * @see #write(OutputStream)
85     *     *
86     * @param InputStream the input stream to read the manifest from     * @param in the input stream to read the manifest from
87     * @exception IOException when an i/o exception occurs or the input stream     * @exception IOException when an i/o exception occurs or the input stream
88     * does not describe a valid manifest     * does not describe a valid manifest
89     */     */
# Line 102  public class Manifest implements Cloneab Line 102  public class Manifest implements Cloneab
102     * a particular entry also changes the attributes of that entry in the     * a particular entry also changes the attributes of that entry in the
103     * original manifest.     * original manifest.
104     *     *
105     * @see clone()     * @see #clone()
106     * @param man the Manifest to copy from     * @param man the Manifest to copy from
107     */     */
108    public Manifest(Manifest man)    public Manifest(Manifest man)

Legend:
Removed from v.1.8.2.1  
changed lines
  Added in v.1.8.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26