Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
65a569a9
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
65a569a9
编写于
7月 07, 2010
作者:
O
ohair
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
6967036: Need to fix links with // in Javadoc comments
Reviewed-by: mchung
上级
cd09cf5f
变更
15
隐藏空白更改
内联
并排
Showing
15 changed file
with
27 addition
and
27 deletion
+27
-27
src/share/classes/com/sun/org/apache/xml/internal/security/utils/Base64.java
...om/sun/org/apache/xml/internal/security/utils/Base64.java
+1
-1
src/share/classes/com/sun/security/auth/LdapPrincipal.java
src/share/classes/com/sun/security/auth/LdapPrincipal.java
+2
-2
src/share/classes/com/sun/security/sasl/CramMD5Client.java
src/share/classes/com/sun/security/sasl/CramMD5Client.java
+1
-1
src/share/classes/com/sun/security/sasl/CramMD5Server.java
src/share/classes/com/sun/security/sasl/CramMD5Server.java
+1
-1
src/share/classes/com/sun/security/sasl/ExternalClient.java
src/share/classes/com/sun/security/sasl/ExternalClient.java
+1
-1
src/share/classes/com/sun/security/sasl/gsskerb/GssKrb5Client.java
.../classes/com/sun/security/sasl/gsskerb/GssKrb5Client.java
+2
-2
src/share/classes/com/sun/security/sasl/gsskerb/GssKrb5Server.java
.../classes/com/sun/security/sasl/gsskerb/GssKrb5Server.java
+1
-1
src/share/classes/java/net/URI.java
src/share/classes/java/net/URI.java
+1
-1
src/share/classes/java/nio/charset/package.html
src/share/classes/java/nio/charset/package.html
+1
-1
src/share/classes/javax/management/remote/JMXServiceURL.java
src/share/classes/javax/management/remote/JMXServiceURL.java
+2
-2
src/share/classes/javax/naming/ldap/LdapName.java
src/share/classes/javax/naming/ldap/LdapName.java
+3
-3
src/share/classes/javax/naming/ldap/Rdn.java
src/share/classes/javax/naming/ldap/Rdn.java
+8
-8
src/share/classes/javax/net/ssl/SSLContext.java
src/share/classes/javax/net/ssl/SSLContext.java
+1
-1
src/share/classes/javax/print/DocFlavor.java
src/share/classes/javax/print/DocFlavor.java
+1
-1
src/share/classes/sun/awt/image/PNGImageDecoder.java
src/share/classes/sun/awt/image/PNGImageDecoder.java
+1
-1
未找到文件。
src/share/classes/com/sun/org/apache/xml/internal/security/utils/Base64.java
浏览文件 @
65a569a9
...
@@ -41,7 +41,7 @@ import org.w3c.dom.Text;
...
@@ -41,7 +41,7 @@ import org.w3c.dom.Text;
* @author Raul Benito(Of the xerces copy, and little adaptations).
* @author Raul Benito(Of the xerces copy, and little adaptations).
* @author Anli Shundi
* @author Anli Shundi
* @author Christian Geuer-Pollmann
* @author Christian Geuer-Pollmann
* @see <A HREF="
ftp://ftp.isi.edu/in-notes
/rfc2045.txt">RFC 2045</A>
* @see <A HREF="
http://www.ietf.org/rfc
/rfc2045.txt">RFC 2045</A>
* @see com.sun.org.apache.xml.internal.security.transforms.implementations.TransformBase64Decode
* @see com.sun.org.apache.xml.internal.security.transforms.implementations.TransformBase64Decode
*/
*/
public
class
Base64
{
public
class
Base64
{
...
...
src/share/classes/com/sun/security/auth/LdapPrincipal.java
浏览文件 @
65a569a9
...
@@ -31,7 +31,7 @@ import javax.naming.ldap.LdapName;
...
@@ -31,7 +31,7 @@ import javax.naming.ldap.LdapName;
/**
/**
* A principal identified by a distinguished name as specified by
* A principal identified by a distinguished name as specified by
* <a href="http://
ietf.org/
/rfc/rfc2253.txt">RFC 2253</a>.
* <a href="http://
www.ietf.org
/rfc/rfc2253.txt">RFC 2253</a>.
*
*
* <p>
* <p>
* After successful authentication, a user {@link java.security.Principal}
* After successful authentication, a user {@link java.security.Principal}
...
@@ -122,7 +122,7 @@ public final class LdapPrincipal implements Principal, java.io.Serializable {
...
@@ -122,7 +122,7 @@ public final class LdapPrincipal implements Principal, java.io.Serializable {
/**
/**
* Creates a string representation of this principal's name in the format
* Creates a string representation of this principal's name in the format
* defined by <a href="http://ietf.org/rfc/rfc2253.txt">RFC 2253</a>.
* defined by <a href="http://
www.
ietf.org/rfc/rfc2253.txt">RFC 2253</a>.
* If the name has zero components an empty string is returned.
* If the name has zero components an empty string is returned.
*
*
* @return The principal's string name.
* @return The principal's string name.
...
...
src/share/classes/com/sun/security/sasl/CramMD5Client.java
浏览文件 @
65a569a9
...
@@ -33,7 +33,7 @@ import java.util.logging.Level;
...
@@ -33,7 +33,7 @@ import java.util.logging.Level;
/**
/**
* Implements the CRAM-MD5 SASL client-side mechanism.
* Implements the CRAM-MD5 SASL client-side mechanism.
* (<A HREF="
ftp://ftp.isi.edu/in-notes
/rfc2195.txt">RFC 2195</A>).
* (<A HREF="
http://www.ietf.org/rfc
/rfc2195.txt">RFC 2195</A>).
* CRAM-MD5 has no initial response. It receives bytes from
* CRAM-MD5 has no initial response. It receives bytes from
* the server as a challenge, which it hashes by using MD5 and the password.
* the server as a challenge, which it hashes by using MD5 and the password.
* It concatenates the authentication ID with this result and returns it
* It concatenates the authentication ID with this result and returns it
...
...
src/share/classes/com/sun/security/sasl/CramMD5Server.java
浏览文件 @
65a569a9
...
@@ -38,7 +38,7 @@ import java.util.logging.Level;
...
@@ -38,7 +38,7 @@ import java.util.logging.Level;
/**
/**
* Implements the CRAM-MD5 SASL server-side mechanism.
* Implements the CRAM-MD5 SASL server-side mechanism.
* (<A HREF="
ftp://ftp.isi.edu/in-notes
/rfc2195.txt">RFC 2195</A>).
* (<A HREF="
http://www.ietf.org/rfc
/rfc2195.txt">RFC 2195</A>).
* CRAM-MD5 has no initial response.
* CRAM-MD5 has no initial response.
*
*
* client <---- M={random, timestamp, server-fqdn} ------- server
* client <---- M={random, timestamp, server-fqdn} ------- server
...
...
src/share/classes/com/sun/security/sasl/ExternalClient.java
浏览文件 @
65a569a9
...
@@ -29,7 +29,7 @@ import javax.security.sasl.*;
...
@@ -29,7 +29,7 @@ import javax.security.sasl.*;
/**
/**
* Implements the EXTERNAL SASL client mechanism.
* Implements the EXTERNAL SASL client mechanism.
* (<A HREF="
ftp://ftp.isi.edu/in-notes
/rfc2222.txt">RFC 2222</A>).
* (<A HREF="
http://www.ietf.org/rfc
/rfc2222.txt">RFC 2222</A>).
* The EXTERNAL mechanism returns the optional authorization ID as
* The EXTERNAL mechanism returns the optional authorization ID as
* the initial response. It processes no challenges.
* the initial response. It processes no challenges.
*
*
...
...
src/share/classes/com/sun/security/sasl/gsskerb/GssKrb5Client.java
浏览文件 @
65a569a9
...
@@ -39,10 +39,10 @@ import org.ietf.jgss.*;
...
@@ -39,10 +39,10 @@ import org.ietf.jgss.*;
/**
/**
* Implements the GSSAPI SASL client mechanism for Kerberos V5.
* Implements the GSSAPI SASL client mechanism for Kerberos V5.
* (<A HREF="
ftp://ftp.isi.edu/in-notes
/rfc2222.txt">RFC 2222</A>,
* (<A HREF="
http://www.ietf.org/rfc
/rfc2222.txt">RFC 2222</A>,
* <a HREF="http://www.ietf.org/internet-drafts/draft-ietf-cat-sasl-gssapi-04.txt">draft-ietf-cat-sasl-gssapi-04.txt</a>).
* <a HREF="http://www.ietf.org/internet-drafts/draft-ietf-cat-sasl-gssapi-04.txt">draft-ietf-cat-sasl-gssapi-04.txt</a>).
* It uses the Java Bindings for GSSAPI
* It uses the Java Bindings for GSSAPI
* (<A HREF="
ftp://ftp.isi.edu/in-notes
/rfc2853.txt">RFC 2853</A>)
* (<A HREF="
http://www.ietf.org/rfc
/rfc2853.txt">RFC 2853</A>)
* for getting GSSAPI/Kerberos V5 support.
* for getting GSSAPI/Kerberos V5 support.
*
*
* The client/server interactions are:
* The client/server interactions are:
...
...
src/share/classes/com/sun/security/sasl/gsskerb/GssKrb5Server.java
浏览文件 @
65a569a9
...
@@ -39,7 +39,7 @@ import org.ietf.jgss.*;
...
@@ -39,7 +39,7 @@ import org.ietf.jgss.*;
/**
/**
* Implements the GSSAPI SASL server mechanism for Kerberos V5.
* Implements the GSSAPI SASL server mechanism for Kerberos V5.
* (<A HREF="
ftp://ftp.isi.edu/in-notes
/rfc2222.txt">RFC 2222</A>,
* (<A HREF="
http://www.ietf.org/rfc
/rfc2222.txt">RFC 2222</A>,
* <a HREF="http://www.ietf.org/internet-drafts/draft-ietf-cat-sasl-gssapi-00.txt">draft-ietf-cat-sasl-gssapi-00.txt</a>).
* <a HREF="http://www.ietf.org/internet-drafts/draft-ietf-cat-sasl-gssapi-00.txt">draft-ietf-cat-sasl-gssapi-00.txt</a>).
*
*
* Expects thread's Subject to contain server's Kerberos credentials
* Expects thread's Subject to contain server's Kerberos credentials
...
...
src/share/classes/java/net/URI.java
浏览文件 @
65a569a9
...
@@ -457,7 +457,7 @@ import java.lang.NullPointerException; // for javadoc
...
@@ -457,7 +457,7 @@ import java.lang.NullPointerException; // for javadoc
* @author Mark Reinhold
* @author Mark Reinhold
* @since 1.4
* @since 1.4
*
*
* @see <a href="http://ietf.org/rfc/rfc2279.txt"><i>RFC 2279: UTF-8, a
* @see <a href="http://
www.
ietf.org/rfc/rfc2279.txt"><i>RFC 2279: UTF-8, a
* transformation format of ISO 10646</i></a>, <br><a
* transformation format of ISO 10646</i></a>, <br><a
* href="http://www.ietf.org/rfc/rfc2373.txt"><i>RFC 2373: IPv6 Addressing
* href="http://www.ietf.org/rfc/rfc2373.txt"><i>RFC 2373: IPv6 Addressing
* Architecture</i></a>, <br><a
* Architecture</i></a>, <br><a
...
...
src/share/classes/java/nio/charset/package.html
浏览文件 @
65a569a9
...
@@ -48,7 +48,7 @@ Unicode characters.
...
@@ -48,7 +48,7 @@ Unicode characters.
<p>
A
<i>
charset
</i>
is named mapping between sequences of sixteen-bit Unicode
<p>
A
<i>
charset
</i>
is named mapping between sequences of sixteen-bit Unicode
characters and sequences of bytes, in the sense defined in
<a
characters and sequences of bytes, in the sense defined in
<a
href=
"http://ietf.org/rfc/rfc2278.txt"
><i>
RFC
2278
</i></a>
. A
href=
"http://
www.
ietf.org/rfc/rfc2278.txt"
><i>
RFC
2278
</i></a>
. A
<i>
decoder
</i>
is an engine which transforms bytes in a specific charset into
<i>
decoder
</i>
is an engine which transforms bytes in a specific charset into
characters, and an
<i>
encoder
</i>
is an engine which transforms characters into
characters, and an
<i>
encoder
</i>
is an engine which transforms characters into
bytes. Encoders and decoders operate on byte and character buffers. They are
bytes. Encoders and decoders operate on byte and character buffers. They are
...
...
src/share/classes/javax/management/remote/JMXServiceURL.java
浏览文件 @
65a569a9
...
@@ -107,10 +107,10 @@ import java.util.StringTokenizer;
...
@@ -107,10 +107,10 @@ import java.util.StringTokenizer;
* significant in the <code><em>url-path</em></code>.</p>
* significant in the <code><em>url-path</em></code>.</p>
*
*
* @see <a
* @see <a
* href="
ftp://ftp.rfc-editor.org/in-notes
/rfc2609.txt">RFC 2609,
* href="
http://www.ietf.org/rfc
/rfc2609.txt">RFC 2609,
* "Service Templates and <code>Service:</code> Schemes"</a>
* "Service Templates and <code>Service:</code> Schemes"</a>
* @see <a
* @see <a
* href="
ftp://ftp.rfc-editor.org/in-notes
/rfc3111.txt">RFC 3111,
* href="
http://www.ietf.org/rfc
/rfc3111.txt">RFC 3111,
* "Service Location Protocol Modifications for IPv6"</a>
* "Service Location Protocol Modifications for IPv6"</a>
*
*
* @since 1.5
* @since 1.5
...
...
src/share/classes/javax/naming/ldap/LdapName.java
浏览文件 @
65a569a9
...
@@ -42,7 +42,7 @@ import java.io.IOException;
...
@@ -42,7 +42,7 @@ import java.io.IOException;
/**
/**
* This class represents a distinguished name as specified by
* This class represents a distinguished name as specified by
* <a href="http://
ietf.org/
/rfc/rfc2253.txt">RFC 2253</a>.
* <a href="http://
www.ietf.org
/rfc/rfc2253.txt">RFC 2253</a>.
* A distinguished name, or DN, is composed of an ordered list of
* A distinguished name, or DN, is composed of an ordered list of
* components called <em>relative distinguished name</em>s, or RDNs.
* components called <em>relative distinguished name</em>s, or RDNs.
* Details of a DN's syntax are described in RFC 2253.
* Details of a DN's syntax are described in RFC 2253.
...
@@ -115,7 +115,7 @@ public class LdapName implements Name {
...
@@ -115,7 +115,7 @@ public class LdapName implements Name {
*
*
* @param name This is a non-null distinguished name formatted
* @param name This is a non-null distinguished name formatted
* according to the rules defined in
* according to the rules defined in
* <a href="http://ietf.org/rfc/rfc2253.txt">RFC 2253</a>.
* <a href="http://
www.
ietf.org/rfc/rfc2253.txt">RFC 2253</a>.
*
*
* @throws InvalidNameException if a syntax violation is detected.
* @throws InvalidNameException if a syntax violation is detected.
* @see Rdn#escapeValue(Object value)
* @see Rdn#escapeValue(Object value)
...
@@ -614,7 +614,7 @@ public class LdapName implements Name {
...
@@ -614,7 +614,7 @@ public class LdapName implements Name {
/**
/**
* Returns a string representation of this LDAP name in a format
* Returns a string representation of this LDAP name in a format
* defined by <a href="http://ietf.org/rfc/rfc2253.txt">RFC 2253</a>
* defined by <a href="http://
www.
ietf.org/rfc/rfc2253.txt">RFC 2253</a>
* and described in the class description. If the name has zero
* and described in the class description. If the name has zero
* components an empty string is returned.
* components an empty string is returned.
*
*
...
...
src/share/classes/javax/naming/ldap/Rdn.java
浏览文件 @
65a569a9
...
@@ -45,7 +45,7 @@ import java.io.IOException;
...
@@ -45,7 +45,7 @@ import java.io.IOException;
/**
/**
* This class represents a relative distinguished name, or RDN, which is a
* This class represents a relative distinguished name, or RDN, which is a
* component of a distinguished name as specified by
* component of a distinguished name as specified by
* <a href="http://ietf.org/rfc/rfc2253.txt">RFC 2253</a>.
* <a href="http://
www.
ietf.org/rfc/rfc2253.txt">RFC 2253</a>.
* An example of an RDN is "OU=Sales+CN=J.Smith". In this example,
* An example of an RDN is "OU=Sales+CN=J.Smith". In this example,
* the RDN consist of multiple attribute type/value pairs. The
* the RDN consist of multiple attribute type/value pairs. The
* RDN is parsed as described in the class description for
* RDN is parsed as described in the class description for
...
@@ -117,7 +117,7 @@ public class Rdn implements Serializable, Comparable<Object> {
...
@@ -117,7 +117,7 @@ public class Rdn implements Serializable, Comparable<Object> {
* {@link javax.naming.directory.Attributes Attributes}.
* {@link javax.naming.directory.Attributes Attributes}.
* <p>
* <p>
* The string attribute values are not interpretted as
* The string attribute values are not interpretted as
* <a href="http://ietf.org/rfc/rfc2253.txt">RFC 2253</a>
* <a href="http://
www.
ietf.org/rfc/rfc2253.txt">RFC 2253</a>
* formatted RDN strings. That is, the values are used
* formatted RDN strings. That is, the values are used
* literally (not parsed) and assumed to be unescaped.
* literally (not parsed) and assumed to be unescaped.
*
*
...
@@ -152,7 +152,7 @@ public class Rdn implements Serializable, Comparable<Object> {
...
@@ -152,7 +152,7 @@ public class Rdn implements Serializable, Comparable<Object> {
/**
/**
* Constructs an Rdn from the given string.
* Constructs an Rdn from the given string.
* This constructor takes a string formatted according to the rules
* This constructor takes a string formatted according to the rules
* defined in <a href="http://
ietf.org/
/rfc/rfc2253.txt">RFC 2253</a>
* defined in <a href="http://
www.ietf.org
/rfc/rfc2253.txt">RFC 2253</a>
* and described in the class description for
* and described in the class description for
* {@link javax.naming.ldap.LdapName}.
* {@link javax.naming.ldap.LdapName}.
*
*
...
@@ -180,7 +180,7 @@ public class Rdn implements Serializable, Comparable<Object> {
...
@@ -180,7 +180,7 @@ public class Rdn implements Serializable, Comparable<Object> {
* Constructs an Rdn from the given attribute type and
* Constructs an Rdn from the given attribute type and
* value.
* value.
* The string attribute values are not interpretted as
* The string attribute values are not interpretted as
* <a href="http://ietf.org/rfc/rfc2253.txt">RFC 2253</a>
* <a href="http://
www.
ietf.org/rfc/rfc2253.txt">RFC 2253</a>
* formatted RDN strings. That is, the values are used
* formatted RDN strings. That is, the values are used
* literally (not parsed) and assumed to be unescaped.
* literally (not parsed) and assumed to be unescaped.
*
*
...
@@ -216,7 +216,7 @@ public class Rdn implements Serializable, Comparable<Object> {
...
@@ -216,7 +216,7 @@ public class Rdn implements Serializable, Comparable<Object> {
/*
/*
* Adds the given attribute type and value to this Rdn.
* Adds the given attribute type and value to this Rdn.
* The string attribute values are not interpretted as
* The string attribute values are not interpretted as
* <a href="http://ietf.org/rfc/rfc2253.txt">RFC 2253</a>
* <a href="http://
www.
ietf.org/rfc/rfc2253.txt">RFC 2253</a>
* formatted RDN strings. That is the values are used
* formatted RDN strings. That is the values are used
* literally (not parsed) and assumed to be unescaped.
* literally (not parsed) and assumed to be unescaped.
*
*
...
@@ -280,7 +280,7 @@ public class Rdn implements Serializable, Comparable<Object> {
...
@@ -280,7 +280,7 @@ public class Rdn implements Serializable, Comparable<Object> {
/**
/**
* Returns this Rdn as a string represented in a format defined by
* Returns this Rdn as a string represented in a format defined by
* <a href="http://
ietf.org/
/rfc/rfc2253.txt">RFC 2253</a> and described
* <a href="http://
www.ietf.org
/rfc/rfc2253.txt">RFC 2253</a> and described
* in the class description for {@link javax.naming.ldap.LdapName LdapName}.
* in the class description for {@link javax.naming.ldap.LdapName LdapName}.
*
*
* @return The string representation of the Rdn.
* @return The string representation of the Rdn.
...
@@ -503,7 +503,7 @@ public class Rdn implements Serializable, Comparable<Object> {
...
@@ -503,7 +503,7 @@ public class Rdn implements Serializable, Comparable<Object> {
/**
/**
* Given the value of an attribute, returns a string escaped according
* Given the value of an attribute, returns a string escaped according
* to the rules specified in
* to the rules specified in
* <a href="http://ietf.org/rfc/rfc2253.txt">RFC 2253</a>.
* <a href="http://
www.
ietf.org/rfc/rfc2253.txt">RFC 2253</a>.
* <p>
* <p>
* For example, if the val is "Sue, Grabbit and Runn", the escaped
* For example, if the val is "Sue, Grabbit and Runn", the escaped
* value returned by this method is "Sue\, Grabbit and Runn".
* value returned by this method is "Sue\, Grabbit and Runn".
...
@@ -582,7 +582,7 @@ public class Rdn implements Serializable, Comparable<Object> {
...
@@ -582,7 +582,7 @@ public class Rdn implements Serializable, Comparable<Object> {
/**
/**
* Given an attribute value string formated according to the rules
* Given an attribute value string formated according to the rules
* specified in
* specified in
* <a href="http://
ietf.org/
/rfc/rfc2253.txt">RFC 2253</a>,
* <a href="http://
www.ietf.org
/rfc/rfc2253.txt">RFC 2253</a>,
* returns the unformated value. Escapes and quotes are
* returns the unformated value. Escapes and quotes are
* stripped away, and hex-encoded UTF-8 is converted to equivalent
* stripped away, and hex-encoded UTF-8 is converted to equivalent
* UTF-16 characters. Returns a string value as a String, and a
* UTF-16 characters. Returns a string value as a String, and a
...
...
src/share/classes/javax/net/ssl/SSLContext.java
浏览文件 @
65a569a9
...
@@ -160,7 +160,7 @@ public class SSLContext {
...
@@ -160,7 +160,7 @@ public class SSLContext {
*
*
* @param protocol the standard name of the requested protocol.
* @param protocol the standard name of the requested protocol.
* See Appendix A in the <a href=
* See Appendix A in the <a href=
* "{@docRoot}/../technotes/guides/
/
security/jsse/JSSERefGuide.html#AppA">
* "{@docRoot}/../technotes/guides/security/jsse/JSSERefGuide.html#AppA">
* Java Secure Socket Extension Reference Guide </a>
* Java Secure Socket Extension Reference Guide </a>
* for information about standard protocol names.
* for information about standard protocol names.
*
*
...
...
src/share/classes/javax/print/DocFlavor.java
浏览文件 @
65a569a9
...
@@ -450,7 +450,7 @@ public class DocFlavor implements Serializable, Cloneable {
...
@@ -450,7 +450,7 @@ public class DocFlavor implements Serializable, Cloneable {
/**
/**
* A String representing the host operating system encoding.
* A String representing the host operating system encoding.
* This will follow the conventions documented in
* This will follow the conventions documented in
* <a href="http://ietf.org/rfc/rfc2278.txt">
* <a href="http://
www.
ietf.org/rfc/rfc2278.txt">
* <i>RFC 2278: IANA Charset Registration Procedures</i></a>
* <i>RFC 2278: IANA Charset Registration Procedures</i></a>
* except where historical names are returned for compatibility with
* except where historical names are returned for compatibility with
* previous versions of the Java platform.
* previous versions of the Java platform.
...
...
src/share/classes/sun/awt/image/PNGImageDecoder.java
浏览文件 @
65a569a9
...
@@ -32,7 +32,7 @@ import java.awt.image.*;
...
@@ -32,7 +32,7 @@ import java.awt.image.*;
import
java.awt.Color
;
import
java.awt.Color
;
/** PNG - Portable Network Graphics - image file reader.
/** PNG - Portable Network Graphics - image file reader.
See <a href=
ftp://ds.internic.net
/rfc/rfc2083.txt>RFC2083</a> for details. */
See <a href=
http://www.ietf.org
/rfc/rfc2083.txt>RFC2083</a> for details. */
/* this is changed
/* this is changed
public class PNGImageDecoder extends FilterInputStream implements Runnable
public class PNGImageDecoder extends FilterInputStream implements Runnable
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录